X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/7513f67e2fbf40299cf37f27cd383b301bd821f4..34672fb6ded3a27e2b61959d7c5af184e3180ab9:/project/settings.py diff --git a/project/settings.py b/project/settings.py index 5632527f..c5b0c2db 100644 --- a/project/settings.py +++ b/project/settings.py @@ -101,7 +101,8 @@ INSTALLED_APPS = ( 'django.contrib.admin', 'django.contrib.admindocs', - 'explorer' + 'explorer', + 'toolbar', ) REPOSITORY_PATH = '/Users/zuber/Projekty/platforma/files/books'