aboutsummaryrefslogtreecommitdiffstats
path: root/manage.py
diff options
context:
space:
mode:
authorGravatar Jeremiah Boby <[email protected]>2019-07-10 02:45:41 +0100
committerGravatar Jeremiah Boby <[email protected]>2019-07-10 02:45:41 +0100
commit56b7cbd351fcf2850a8f840293bea1ca007ea3ba (patch)
treec3ddcabfb37b3e34d82ada4f22b25ab203fec4f0 /manage.py
parentRemove extra space in flake8 (diff)
Teach new lint rules to old code
Diffstat (limited to 'manage.py')
-rwxr-xr-xmanage.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/manage.py b/manage.py
index 37cca124..b257ea65 100755
--- a/manage.py
+++ b/manage.py
@@ -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