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
52752cd
..
69d9334
100644
(file)
--- a/
redakcja/settings/common.py
+++ b/
redakcja/settings/common.py
@@
-9,7
+9,7
@@
DEBUG = False
MAINTENANCE_MODE = False
ADMINS = (
MAINTENANCE_MODE = False
ADMINS = (
- (u'
Radek Czajka', 'radoslaw.czajka
@nowoczesnapolska.org.pl'),
+ (u'
Jan Szejko', 'jan.szejko
@nowoczesnapolska.org.pl'),
)
MANAGERS = ADMINS
)
MANAGERS = ADMINS
@@
-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 *