X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/0c8f0ff3f3b4f2f6f5a4e4b18bc7d2d347a89c05..2608b2bb8cf7acf29feb42ddd8213bd884ae535a:/redakcja/settings/common.py?ds=sidebyside

diff --git a/redakcja/settings/common.py b/redakcja/settings/common.py
index cad0951c..69d93345 100644
--- a/redakcja/settings/common.py
+++ b/redakcja/settings/common.py
@@ -127,6 +127,8 @@ INSTALLED_APPS = (
     'modeltranslation',
     'constance',
     'constance.backends.database',
+    'honeypot',
+    'django_filters',
 
     'catalogue',
     # 'cover',
@@ -170,6 +172,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 *