X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/40d4547a5c9eb12079306c0d683a77d183e8588d..a55d79e4c27c893841712145e38d4a4a61e04b20:/prawokultury/settings.d/60-custom.conf?ds=sidebyside diff --git a/prawokultury/settings.d/60-custom.conf b/prawokultury/settings.d/60-custom.conf index e69de29..6b26db5 100755 --- a/prawokultury/settings.d/60-custom.conf +++ b/prawokultury/settings.d/60-custom.conf @@ -0,0 +1,14 @@ +from prawokultury.helpers import LazyUGettextLazy as gettext +from migdal.helpers import EntryType + +MIGDAL_TYPES = ( + EntryType('info', gettext('info'), commentable=False, on_main=False), +) + +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