X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/0c8f0ff3f3b4f2f6f5a4e4b18bc7d2d347a89c05..8bed012a092f7846e2744a38c6063708a62724a0:/redakcja/settings/common.py

diff --git a/redakcja/settings/common.py b/redakcja/settings/common.py
index cad0951c..83e720df 100644
--- a/redakcja/settings/common.py
+++ b/redakcja/settings/common.py
@@ -127,6 +127,7 @@ INSTALLED_APPS = (
     'modeltranslation',
     'constance',
     'constance.backends.database',
+    'honeypot',
 
     'catalogue',
     # 'cover',
@@ -170,6 +171,7 @@ SHOW_APP_VERSION = False
 FORMS_BUILDER_EDITABLE_SLUGS = True
 FORMS_BUILDER_LABEL_MAX_LENGTH = 2048
 
+HONEYPOT_FIELD_NAME = 'miut'
 
 try:
     from redakcja.settings.compress import *