Enable tagging questions.
[prawokultury.git] / prawokultury / settings.d / 30-locale.py
index cafb273..d239653 100644 (file)
@@ -34,3 +34,8 @@ USE_L10N = True
 USE_TZ = True
 
 FORMAT_MODULE_PATH = "prawokultury.formats"
+
+CONTRIB_LOCALE_APPS = [
+    'django_comments_xtd',
+    'taggit_autosuggest'
+]