ea1112c294a58714c6585e2bc2e6be1fb6156a0b
[prawokultury.git] / prawokultury / settings.d / 60-custom.conf
1 from prawokultury.helpers 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 = ()