Relative Content

Tag Archive for pythondjangogoogle-app-enginewsgiwhitenoise

whitenoise module not found in production

Error:
I ran into this error when trying to deploy my Django app using GAE using these instructions GAE for Django: ModuleNotFoundError: No module named ‘whitenoise’.
The error occurs when starting the wsgi application. The development version of the app runs fine.

whitenoise module not found in production

Error:
I ran into this error when trying to deploy my Django app using GAE using these instructions GAE for Django: ModuleNotFoundError: No module named ‘whitenoise’.
The error occurs when starting the wsgi application. The development version of the app runs fine.