|
|
@ -138,7 +138,7 @@ MEDIA_ROOT = BASE_DIR.child("media") |
|
|
|
|
|
|
|
DAB_FIELD_RENDERER = \ |
|
|
|
'django_admin_bootstrapped.renderers.BootstrapFieldRenderer' |
|
|
|
CRISPY_TEMPLATE_PACK = 'foundation-5' |
|
|
|
CRISPY_TEMPLATE_PACK = 'bootstrap3' |
|
|
|
CRISPY_FAIL_SILENTLY = not DEBUG |
|
|
|
|
|
|
|
BOWER_COMPONENTS_ROOT = BASE_DIR.child("bower") |
|
|
@ -150,7 +150,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'), |
|
|
|
) |
|
|
|