Add: whitenoise static app

This commit is contained in:
Aroy-Art 2024-04-20 23:40:33 +02:00
parent 32a3e4c3c4
commit 0ced0212ac
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -54,6 +54,7 @@ INSTALLED_APPS = [
'django.contrib.staticfiles', 'django.contrib.staticfiles',
# Pip module libraries # Pip module libraries
'whitenoise.runserver_nostatic',
'rest_framework', 'rest_framework',
'django_cleanup.apps.CleanupConfig', 'django_cleanup.apps.CleanupConfig',