Skip to content

Commit b8533ae

Browse files
added production to settings
1 parent 77f196a commit b8533ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
def main():
88
"""Run administrative tasks."""
9-
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'csoc_backend.settings.production')
9+
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'csoc_backend.settings')
1010
try:
1111
from django.core.management import execute_from_command_line
1212
except ImportError as exc:

0 commit comments

Comments
 (0)