Skip to content

Commit 1ad4237

Browse files
committed
Rename project dir to config
1 parent dc45c70 commit 1ad4237

6 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.
File renamed without changes.
File renamed without changes.

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", "BackendAPI.settings")
9+
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "config.settings")
1010
try:
1111
from django.core.management import execute_from_command_line
1212
except ImportError as exc:

0 commit comments

Comments
 (0)