fnp
/
django-migdal.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
new fields: gallery, time/place for events
[django-migdal.git]
/
migdal
/
__init__.py
diff --git
a/migdal/__init__.py
b/migdal/__init__.py
index
cfe66c7
..
e785125
100644
(file)
--- a/
migdal/__init__.py
+++ b/
migdal/__init__.py
@@
-17,6
+17,7
@@
class Settings(AppSettings):
EntryType('news', _('news'), commentable=True, on_main=True, promotable=True),
EntryType('publications', _('publications')),
EntryType('info', _('info')),
+ EntryType('event', _('events')),
)
TYPE_SUBMIT = 'news'
TAXONOMIES = (