1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-25 07:49:37 +02:00

Migrate Django server to guicorn

This commit is contained in:
Sean Morley 2024-10-21 19:59:01 -04:00
parent 075257c846
commit 874a384477
3 changed files with 5 additions and 4 deletions

View file

@ -11,7 +11,7 @@ import os
from django.core.wsgi import get_wsgi_application
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "demo.settings")
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "main.settings")
application = get_wsgi_application()
# add this vercel variable

View file

@ -12,4 +12,5 @@ Pillow
whitenoise
django-resized
django-geojson
setuptools
setuptools
gunicorn==23.0.0