Added DVCS application - mercurial on database.
[redakcja.git] / redakcja / settings / common.py
index a7fcf83..846289a 100644 (file)
@@ -116,6 +116,7 @@ INSTALLED_APPS = (
     'south',
     'sorl.thumbnail',
     'filebrowser',
+    'dvcs',
 
     'wiki',
     'toolbar',
@@ -138,7 +139,10 @@ WL_API_CONFIG = {
     "AUTH_PASSWD": "platforma",
 }
 
+SHOW_APP_VERSION = False
+
 try:
     from redakcja.settings.compress import *
 except ImportError:
     pass
+