X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/3d5f839deccdce7080397bb0cb4b6defeb9169f4..985ca3a21df2340caa545f27e5f01fd1eb87c9c8:/redakcja/settings/common.py?ds=inline diff --git a/redakcja/settings/common.py b/redakcja/settings/common.py index 8d032ef6..587374be 100644 --- a/redakcja/settings/common.py +++ b/redakcja/settings/common.py @@ -117,6 +117,7 @@ INSTALLED_APPS = ( 'south', 'sorl.thumbnail', 'filebrowser', + 'dvcs', 'wiki', 'toolbar', @@ -145,3 +146,4 @@ try: from redakcja.settings.compress import * except ImportError: pass +