Add: whitenoise static app
This commit is contained in:
parent
32a3e4c3c4
commit
0ced0212ac
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ INSTALLED_APPS = [
|
|||
'django.contrib.staticfiles',
|
||||
|
||||
# Pip module libraries
|
||||
'whitenoise.runserver_nostatic',
|
||||
'rest_framework',
|
||||
|
||||
'django_cleanup.apps.CleanupConfig',
|
||||
|
|
Loading…
Reference in a new issue