mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Added some required settings.
This commit is contained in:
parent
c06ce39c15
commit
25d0296c0d
1 changed files with 4 additions and 0 deletions
|
|
@ -51,3 +51,7 @@ CONSTANCE_CONFIG = {
|
|||
}
|
||||
|
||||
DEBUG = True
|
||||
|
||||
STATIC_ROOT = ''
|
||||
|
||||
STATIC_URL = '/static/'
|
||||
|
|
|
|||
Loading…
Reference in a new issue