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:
parent
86824b24f0
commit
5616012087
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue