mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-11 14:23:09 +00:00
10 lines
193 B
Python
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
|