X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/98693e66f46b848477a0a79bd6161c31cd956c87..470817c5149ca294bd929fb29632a91c985aef0a:/project/settings.py?ds=sidebyside diff --git a/project/settings.py b/project/settings.py index 22d9bdd2..178a1043 100644 --- a/project/settings.py +++ b/project/settings.py @@ -66,7 +66,7 @@ TEMPLATE_CONTEXT_PROCESSORS = ( "django.core.context_processors.auth", "django.core.context_processors.debug", "django.core.context_processors.i18n", - "django.core.context_processors.media", + "explorer.context_processors.settings", "django.core.context_processors.request", ) @@ -113,6 +113,7 @@ INSTALLED_APPS = ( 'explorer', 'toolbar', + 'api', )