X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3f527019946f993c9d1cadd41e80c2c7eac188ed..349f8b311ecdf30a181b94a8c7747867bacca356:/src/wolnelektury/settings/apps.py diff --git a/src/wolnelektury/settings/apps.py b/src/wolnelektury/settings/apps.py index e6f10f885..ac01166e6 100644 --- a/src/wolnelektury/settings/apps.py +++ b/src/wolnelektury/settings/apps.py @@ -11,12 +11,14 @@ INSTALLED_APPS_OUR = [ 'catalogue', 'chunks', 'dictionary', + 'experiments', 'infopages', 'lesmianator', 'messaging', 'newtagging', 'opds', 'pdcounter', + 'pz', 'references', 'reporting', 'sponsors', @@ -35,8 +37,8 @@ INSTALLED_APPS_OUR = [ 'isbn', 'paypal', 'push', - 'club.apps.ClubConfig', - 'redirects.apps.RedirectsConfig', + 'club', + 'redirects', ] INSTALLED_APPS_CONTRIB = [