aboutsummaryrefslogtreecommitdiffstats
path: root/manage.py
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2019-04-05 18:24:32 +0100
committerGravatar Gareth Coles <[email protected]>2019-04-05 18:24:32 +0100
commitab8b798547e82ca79882ba28b1920077c803425f (patch)
treeb28a9005d05dfd2c9da62351671bf2aa6e37f7dc /manage.py
parent[#158 #160] Automatically run collectstatic in containers/setup script (diff)
pysite -> pydis_site
Diffstat (limited to 'manage.py')
-rwxr-xr-xmanage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/manage.py b/manage.py
index 42d82d80..ca7a5142 100755
--- a/manage.py
+++ b/manage.py
@@ -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: