X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3f527019946f993c9d1cadd41e80c2c7eac188ed..9fcf7be584a442a94cfb7c0d2b97b61ad52730e5:/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 = [