making migdal more universal
[prawokultury.git] / prawokultury / settings.d / 60-custom.conf
index e69de29..ea1112c 100755 (executable)
@@ -0,0 +1,8 @@
+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 = ()
\ No newline at end of file