mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-22 22:39:36 +02:00
chore: Update Navbar component with search form
This commit is contained in:
parent
f44a6a2dfd
commit
b3c76b054c
7 changed files with 3 additions and 3 deletions
|
@ -1,18 +0,0 @@
|
|||
"""
|
||||
WSGI config for demo project.
|
||||
|
||||
It exposes the WSGI callable as a module-level variable named ``application``.
|
||||
|
||||
For more information on this file, see
|
||||
https://docs.djangoproject.com/en/1.7/howto/deployment/wsgi/
|
||||
"""
|
||||
|
||||
import os
|
||||
|
||||
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