X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/750d370ba7b4df0c5c8f775d1b1443883abd2bf9..4e1c1595fef6c3b682170a34533edaf88e268d1f:/src/wolnelektury/settings/apps.py diff --git a/src/wolnelektury/settings/apps.py b/src/wolnelektury/settings/apps.py index 0facb8e3c..ac01166e6 100644 --- a/src/wolnelektury/settings/apps.py +++ b/src/wolnelektury/settings/apps.py @@ -11,6 +11,7 @@ INSTALLED_APPS_OUR = [ 'catalogue', 'chunks', 'dictionary', + 'experiments', 'infopages', 'lesmianator', 'messaging', @@ -36,8 +37,8 @@ INSTALLED_APPS_OUR = [ 'isbn', 'paypal', 'push', - 'club.apps.ClubConfig', - 'redirects.apps.RedirectsConfig', + 'club', + 'redirects', ] INSTALLED_APPS_CONTRIB = [