chore: Add vercel variable to wsgi.py
This commit is contained in:
@@ -14,3 +14,5 @@ from django.core.wsgi import get_wsgi_application
|
|||||||
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "demo.settings")
|
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "demo.settings")
|
||||||
|
|
||||||
application = get_wsgi_application()
|
application = get_wsgi_application()
|
||||||
|
# add this vercel variable
|
||||||
|
app = application
|
||||||
|
|||||||
Reference in New Issue
Block a user