Add remote_static dir in STATICFILES_DIR
This commit is contained in:
parent
067d421431
commit
3dd7d96065
1 changed files with 5 additions and 0 deletions
|
@ -99,6 +99,11 @@ TEMPLATE_DIRS = (
|
|||
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 += (
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue