diff options
author | 2018-08-11 23:23:40 +0200 | |
---|---|---|
committer | 2018-08-11 23:23:40 +0200 | |
commit | 8bec0c42125637de740e44a6dd6c26cb3a71a467 (patch) | |
tree | 8313c889cd91e83be414a567f41a192ae4797d18 /manage.py | |
parent | Initial project layout for django (diff) |
Rename `pydis_django` to `pysite`.
Diffstat (limited to 'manage.py')
-rwxr-xr-x | manage.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ import os import sys if __name__ == '__main__': - os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'pydis_django.settings') + os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'pysite.settings') try: from django.core.management import execute_from_command_line except ImportError as exc: |