Typo in settings
This commit is contained in:
parent
6f81cacd64
commit
317170185c
1 changed files with 2 additions and 5 deletions
|
@ -88,6 +88,8 @@ STATIC_ROOT = os.path.join(VAR_ROOT, 'static')
|
||||||
MEDIA_ROOT = os.path.join(VAR_ROOT, 'uploads')
|
MEDIA_ROOT = os.path.join(VAR_ROOT, 'uploads')
|
||||||
|
|
||||||
STATICFILES_DIRS = (
|
STATICFILES_DIRS = (
|
||||||
|
# Fabric will collect leaflet and draw in this dir
|
||||||
|
os.path.join(PROJECT_DIR, 'remote_static'),
|
||||||
os.path.join(PROJECT_DIR, 'static'),
|
os.path.join(PROJECT_DIR, 'static'),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -99,11 +101,6 @@ TEMPLATE_DIRS = (
|
||||||
os.path.join(PROJECT_DIR, 'templates'),
|
os.path.join(PROJECT_DIR, 'templates'),
|
||||||
)
|
)
|
||||||
|
|
||||||
STATICFILES_DIRS = (
|
|
||||||
# Fabric will collect leaflet and draw in this dir
|
|
||||||
os.path.join(PROJECT_DIR, 'remote_static'),
|
|
||||||
)
|
|
||||||
|
|
||||||
TEMPLATE_CONTEXT_PROCESSORS += (
|
TEMPLATE_CONTEXT_PROCESSORS += (
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue