diff options
Diffstat (limited to 'manage.py')
| -rwxr-xr-x | manage.py | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ import sys  # Separate definition to ease calling this in other scripts.  def main(): -    os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'pysite.settings') +    os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'pydis_site.settings')      try:          from django.core.management import execute_from_command_line      except ImportError as exc:  |