New fnpdjango app with lots of common utils.
[prawokultury.git] / prawokultury / settings.d / 60-custom.conf
1 from fnpdjango.utils.settings import LazyUGettextLazy as gettext
2 from migdal.helpers import EntryType
3
4 MIGDAL_TYPES = (
5     EntryType('info', gettext('info'), commentable=False, on_main=False),
6 )
7
8 MIGDAL_TAXONOMIES = ()
9
10 CONTACT_FORMS_MODULE = 'prawokultury.contact_forms'
11
12 # Use Nginx's X-accel when serving files with helpers.serve_file().
13 # See http://wiki.nginx.org/X-accel
14 X_ACCEL_REDIRECT = False