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

10 lines
193 B
Python

from .bootstrap3_theme_feincms import *
try:
INSTALLED_APPS += [
'captcha',
'fobi.contrib.plugins.form_elements.security.captcha',
]
except Exception as err:
pass