Revision history [back]
Those numbers are in the file forum/auth.py
. They will be made accessible via the standard django admin interface - it's on todo list. Also there is a number of settings in the settings_local.py
.
There are a few settings that I recommend not to change: EMAIL_VALIDATION
, USE_EXTERNAL_LEGACY_LOGIN
, USE_FB_CONNECT
as they won't work as expected.
Those numbers are in the file
. They will be made accessible via the standard django admin interface - it's on todo list. Also there is a number of settings in the forum/auth.pyforum/const.pysettings_local.py
.
There are a few settings that I recommend not to change: EMAIL_VALIDATION
, USE_EXTERNAL_LEGACY_LOGIN
, USE_FB_CONNECT
as they won't work as expected.
Those numbers are in the file forum/const.py
. They will be made accessible via the standard django admin interface - it's on todo list. Also there is a number of settings in the list.settings_local.py
.
There are a few settings that I recommend not to change: EMAIL_VALIDATION
, USE_EXTERNAL_LEGACY_LOGIN
, USE_FB_CONNECT
as they won't work as expected.