Skip to content

Commit

Permalink
#59 fix : set deafulat setting module (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
0321minji authored Jul 20, 2024
1 parent bab98ef commit 80f6190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UpcyProject/wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@

from django.core.wsgi import get_wsgi_application

os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'UpcyProject.settings')
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'UpcyProject.settings.production')

application = get_wsgi_application()

0 comments on commit 80f6190

Please sign in to comment.