X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/40d4547a5c9eb12079306c0d683a77d183e8588d..2cd938606837981b7a3914458ae0071828ef37ca:/prawokultury/settings.d/60-custom.conf diff --git a/prawokultury/settings.d/60-custom.conf b/prawokultury/settings.d/60-custom.conf index e69de29..87e1d91 100755 --- a/prawokultury/settings.d/60-custom.conf +++ b/prawokultury/settings.d/60-custom.conf @@ -0,0 +1,19 @@ +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 + +REGISTRATION_LIMIT = 100