Remove babel dependency, chores.
[wolnelektury.git] / src / wolnelektury / settings / apps.py
index 85272b9..ac01166 100644 (file)
@@ -11,12 +11,15 @@ INSTALLED_APPS_OUR = [
     'catalogue',
     'chunks',
     'dictionary',
+    'experiments',
     'infopages',
     'lesmianator',
     'messaging',
     'newtagging',
     'opds',
     'pdcounter',
+    'pz',
+    'references',
     'reporting',
     'sponsors',
     'stats',
@@ -34,7 +37,8 @@ INSTALLED_APPS_OUR = [
     'isbn',
     'paypal',
     'push',
-    'club.apps.ClubConfig',
+    'club',
+    'redirects',
 ]
 
 INSTALLED_APPS_CONTRIB = [
@@ -61,6 +65,7 @@ INSTALLED_APPS_CONTRIB = [
     'getpaid.backends.payu',
     'django_extensions',
     'forms_builder.forms',
+    'django_countries',
 
     'debug_toolbar',