Browse Source

Set staticfiles=False to django_heroku

pull/1907/head
Hironsan 2 years ago
parent
commit
8e9b0381c7
1 changed files with 1 additions and 1 deletions
  1. 2
      backend/config/settings/heroku.py

2
backend/config/settings/heroku.py

@ -2,4 +2,4 @@ import django_heroku
from .base import * # noqa: F401,F403
django_heroku.settings(locals(), test_runner=False)
django_heroku.settings(locals(), test_runner=False, staticfiles=False)
Loading…
Cancel
Save