1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-24 07:19:36 +02:00

chore: Add vercel variable to wsgi.py

This commit is contained in:
Sean Morley 2024-07-08 11:59:16 -04:00
parent 86824b24f0
commit 5616012087

View file

@ -14,3 +14,5 @@ from django.core.wsgi import get_wsgi_application
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "demo.settings")
application = get_wsgi_application()
# add this vercel variable
app = application