diff options
Diffstat (limited to 'manage.py')
-rwxr-xr-x | manage.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -6,7 +6,6 @@ import sys # Separate definition to ease calling this in other scripts. def main(): """Entry point for Django management script.""" - os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'pydis_site.settings') try: from django.core.management import execute_from_command_line |