Browse Source

Make usage of whitenoise runserver explicit

pull/78/head
Clemens Wolff 6 years ago
parent
commit
6fca7d1337
1 changed files with 1 additions and 0 deletions
  1. 1
      app/app/settings.py

1
app/app/settings.py

@ -40,6 +40,7 @@ if os.environ.get('DEBUG') == 'False':
# Application definition
INSTALLED_APPS = [
'whitenoise.runserver_nostatic',
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',

Loading…
Cancel
Save