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