-MIGDAL_TYPES = (
- EntryType('news', _('news'), commentable=False, on_main=True, promotable=True),
- EntryType('publications', _('publications'), commentable=False),
- EntryType('info', _('info'), commentable=False),
- EntryType('event', _('events'), commentable=False),
-)
+
+DEBUG_TOOLBAR_CONFIG = {
+ 'RESULTS_CACHE_SIZE': 100,
+}
+
+
+HAYSTACK_CONNECTIONS = {
+ 'default': {
+ 'ENGINE': 'haystack.backends.simple_backend.SimpleEngine',
+ },
+}