|
|
@ -137,7 +137,7 @@ MEDIA_ROOT = BASE_DIR.child("media") |
|
|
|
|
|
|
|
DAB_FIELD_RENDERER = \ |
|
|
|
'django_admin_bootstrapped.renderers.BootstrapFieldRenderer' |
|
|
|
CRISPY_TEMPLATE_PACK = 'bootstrap3' |
|
|
|
CRISPY_TEMPLATE_PACK = 'foundation-5' |
|
|
|
CRISPY_FAIL_SILENTLY = not DEBUG |
|
|
|
|
|
|
|
BOWER_COMPONENTS_ROOT = BASE_DIR.child("bower") |
|
|
@ -149,7 +149,7 @@ BOWER_INSTALLED_APPS = ( |
|
|
|
'tinymce', |
|
|
|
) |
|
|
|
|
|
|
|
# Additional search paths for SASS files when using the @import statement |
|
|
|
# Additional search paths for SASS files when using the @import statement |
|
|
|
SASS_PROCESSOR_INCLUDE_DIRS = ( |
|
|
|
BOWER_COMPONENTS_ROOT.child('bower_components', 'foundation', 'scss'), |
|
|
|
) |
|
|
|