X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/6d69e02f9265a0be1c762e0798e22ac764f2dafc..3c5fe5b298287f92a9c6a8e485c3860db36931fd:/project/settings.py diff --git a/project/settings.py b/project/settings.py index b2c7f851..1a064762 100644 --- a/project/settings.py +++ b/project/settings.py @@ -82,7 +82,7 @@ MIDDLEWARE_CLASSES = ( ROOT_URLCONF = 'urls' TEMPLATE_DIRS = ( - PROJECT_ROOT + '/templates' + PROJECT_ROOT + '/templates', ) # CSS and JS files to compress @@ -113,6 +113,8 @@ INSTALLED_APPS = ( 'explorer', 'toolbar', + 'api', + 'wysiwyg', )