django-fobi/examples/simple/settings/bootstrap3_theme_captcha_feincms.py

11 lines
193 B
Python
Raw Normal View History

2017-05-16 21:20:11 +00:00
from .bootstrap3_theme_feincms import *
try:
INSTALLED_APPS += [
'captcha',
'fobi.contrib.plugins.form_elements.security.captcha',
]
except Exception as err:
pass