Skip to content

Commit

Permalink
fixed module name
Browse files Browse the repository at this point in the history
  • Loading branch information
dprosper committed Dec 11, 2021
1 parent 2bf20b0 commit 49d806a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/wsgi.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
WSGI config for mysite project.
WSGI config for app project.
It exposes the WSGI callable as a module-level variable named ``application``.
Expand Down
2 changes: 1 addition & 1 deletion manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

def main():
"""Run administrative tasks."""
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'mysite.settings')
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'app.settings')
try:
from django.core.management import execute_from_command_line
except ImportError as exc:
Expand Down

0 comments on commit 49d806a

Please sign in to comment.