mirror of
https://github.com/jazzband/django-constance.git
synced 2026-04-24 16:54:50 +00:00
Actually set STATIC_ROOT.
This commit is contained in:
parent
25d0296c0d
commit
a64859e76b
1 changed files with 1 additions and 1 deletions
|
|
@ -52,6 +52,6 @@ CONSTANCE_CONFIG = {
|
|||
|
||||
DEBUG = True
|
||||
|
||||
STATIC_ROOT = ''
|
||||
STATIC_ROOT = './static/'
|
||||
|
||||
STATIC_URL = '/static/'
|
||||
|
|
|
|||
Loading…
Reference in a new issue