X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/62b05e9c226f0a65a1df6f83dfae85b028cff0f8..refs/heads/backend-rewrite:/redakcja/settings/common.py?ds=sidebyside diff --git a/redakcja/settings/common.py b/redakcja/settings/common.py index 9689f729..ca38a93a 100644 --- a/redakcja/settings/common.py +++ b/redakcja/settings/common.py @@ -67,7 +67,7 @@ TEMPLATE_CONTEXT_PROCESSORS = ( "django.core.context_processors.auth", "django.core.context_processors.debug", "django.core.context_processors.i18n", - "redakcja.context_processors.settings", # this is instead of media + "redakcja.context_processors.settings", # this is instead of media "django.core.context_processors.request", ) @@ -116,6 +116,9 @@ INSTALLED_APPS = ( 'south', 'sorl.thumbnail', 'filebrowser', + 'eav', + 'dvcs', + 'dcmeta', 'wiki', 'toolbar', @@ -138,7 +141,10 @@ WL_API_CONFIG = { "AUTH_PASSWD": "platforma", } +SHOW_APP_VERSION = False + try: from redakcja.settings.compress import * except ImportError: pass +