We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6bd76f3 + db348ee commit 6c110dcCopy full SHA for 6c110dc
config/django/base.py
@@ -59,6 +59,8 @@
59
'django.contrib.contenttypes',
60
'django.contrib.sessions',
61
'django.contrib.messages',
62
+ # http://whitenoise.evans.io/en/stable/django.html#using-whitenoise-in-development
63
+ 'whitenoise.runserver_nostatic',
64
'django.contrib.staticfiles',
65
*THIRD_PARTY_APPS,
66
*LOCAL_APPS,
requirements/production.txt
@@ -1,5 +1,4 @@
1
-r base.txt
2
3
-whitenoise==5.3.0
4
gunicorn==20.1.0
5
sentry-sdk==1.5.4
0 commit comments