more orange
[prawokultury.git] / prawokultury / settings.d / 60-custom.conf
index e69de29..bf41dc9 100755 (executable)
@@ -0,0 +1,18 @@
+from fnpdjango.utils.settings import LazyUGettextLazy as gettext
+from migdal.helpers import EntryType
+
+MIGDAL_TYPES = (
+    EntryType('info', gettext('info'), commentable=False, on_main=False),
+)
+
+MIGDAL_TAXONOMIES = ()
+MIGDAL_MAIN_PAGE_ENTRY = {'slug_pl': 'co'}
+
+CONTACT_FORMS_MODULE = 'prawokultury.contact_forms'
+
+MENU_MODULE = 'prawokultury.menu_items'
+
+# Use Nginx's X-accel when serving files with helpers.serve_file().
+# See http://wiki.nginx.org/X-accel
+X_ACCEL_REDIRECT = False
+