fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
better ordering for tags
[redakcja.git]
/
redakcja
/
settings
/
common.py
diff --git
a/redakcja/settings/common.py
b/redakcja/settings/common.py
index
cad0951
..
69d9334
100644
(file)
--- a/
redakcja/settings/common.py
+++ b/
redakcja/settings/common.py
@@
-127,6
+127,8
@@
INSTALLED_APPS = (
'modeltranslation',
'constance',
'constance.backends.database',
'modeltranslation',
'constance',
'constance.backends.database',
+ 'honeypot',
+ 'django_filters',
'catalogue',
# 'cover',
'catalogue',
# 'cover',
@@
-170,6
+172,7
@@
SHOW_APP_VERSION = False
FORMS_BUILDER_EDITABLE_SLUGS = True
FORMS_BUILDER_LABEL_MAX_LENGTH = 2048
FORMS_BUILDER_EDITABLE_SLUGS = True
FORMS_BUILDER_LABEL_MAX_LENGTH = 2048
+HONEYPOT_FIELD_NAME = 'miut'
try:
from redakcja.settings.compress import *
try:
from redakcja.settings.compress import *