mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 20:09:25 +00:00
Add captcha to registration form
This commit is contained in:
committed by
Skia
parent
b2abc78694
commit
afe78ea634
@ -74,6 +74,7 @@ INSTALLED_APPS = (
|
||||
'rest_framework',
|
||||
'ajax_select',
|
||||
'haystack',
|
||||
'captcha',
|
||||
'core',
|
||||
'club',
|
||||
'subscription',
|
||||
@ -625,3 +626,6 @@ if DEBUG:
|
||||
SASS_INCLUDE_FOLDERS = [
|
||||
'core/static/',
|
||||
]
|
||||
|
||||
if 'test' in sys.argv:
|
||||
CAPTCHA_TEST_MODE = True
|
||||
|
Reference in New Issue
Block a user