fnp
/
prawokultury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
making migdal more universal
[prawokultury.git]
/
prawokultury
/
settings.d
/
60-custom.conf
diff --git
a/prawokultury/settings.d/60-custom.conf
b/prawokultury/settings.d/60-custom.conf
index
e69de29
..
ea1112c
100755
(executable)
--- a/
prawokultury/settings.d/60-custom.conf
+++ b/
prawokultury/settings.d/60-custom.conf
@@
-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