Contact forms app.
[prawokultury.git] / prawokultury / settings.d / 60-custom.conf
index ea1112c..6b26db5 100755 (executable)
@@ -5,4 +5,10 @@ MIGDAL_TYPES = (
     EntryType('info', gettext('info'), commentable=False, on_main=False),
 )
 
-MIGDAL_TAXONOMIES = ()
\ No newline at end of file
+MIGDAL_TAXONOMIES = ()
+
+CONTACT_FORMS_MODULE = 'prawokultury.contact_forms'
+
+# Use Nginx's X-accel when serving files with helpers.serve_file().
+# See http://wiki.nginx.org/X-accel
+X_ACCEL_REDIRECT = False