Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jsolly committed Oct 3, 2024
1 parent ed616bc commit bab124d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/app/asgi.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from django.core.asgi import get_asgi_application
import os

os.environ.setdefault("DJANGO_SETTINGS_MODULE", "app.settings.prod")
application = get_asgi_application()

0 comments on commit bab124d

Please sign in to comment.