Danny Fong

Results 1 comments of Danny Fong

I am pointing out that vercel_apps/settings.py does not match the reference to vercel_apps/wsgi.py SETTINGS.PY `WSGI_APPLICATION = 'vercel_app.wsgi.application'` WSGI.PY `app = get_wsgi_application()` PROBLEM `'application' != 'app'` That's why I am calling...