fix(settings): Make static files collection work in prod
This commit is contained in:
parent
d50a51312e
commit
275da6490d
1 changed files with 1 additions and 1 deletions
|
@ -49,6 +49,7 @@ INSTALLED_APPS = [
|
|||
"django.contrib.contenttypes",
|
||||
"django.contrib.sessions",
|
||||
"django.contrib.messages",
|
||||
"django.contrib.staticfiles",
|
||||
# Custom apps
|
||||
"django_browser_reload",
|
||||
"bulma",
|
||||
|
@ -229,7 +230,6 @@ UNFOLD = {
|
|||
|
||||
if DEBUG:
|
||||
INSTALLED_APPS += [
|
||||
"django.contrib.staticfiles",
|
||||
"debug_toolbar",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue