django-fobi/examples/simple/settings/foundation5_theme.py
Artur Barseghyan 9e38ed74a7 prepare 0.11.7
2017-05-16 23:20:11 +02:00

14 lines
332 B
Python

from .base import *
FOBI_DEFAULT_THEME = 'foundation5'
INSTALLED_APPS = list(INSTALLED_APPS)
INSTALLED_APPS.append(
'fobi.contrib.themes.foundation5.widgets.form_elements.'
'date_foundation5_widget'
)
INSTALLED_APPS.append(
'fobi.contrib.themes.foundation5.widgets.form_elements.'
'datetime_foundation5_widget'
)