Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
facmartoni committed Mar 12, 2020
2 parents 51c8ca9 + 77608aa commit b00124e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/facundonicolas/asgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@

from django.core.asgi import get_asgi_application

os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'facundonicolas.settings')
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'facundonicolas.settings_prod')

application = get_asgi_application()

0 comments on commit b00124e

Please sign in to comment.