X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/8495246162e34c6213633cfdc9a784c636bf75ca..d048787bd42b9d009aa7b3dfb5c08f7682f231e6:/src/wolnelektury/settings/apps.py?ds=sidebyside

diff --git a/src/wolnelektury/settings/apps.py b/src/wolnelektury/settings/apps.py
index d13dfe1d3..213f2e7ce 100644
--- a/src/wolnelektury/settings/apps.py
+++ b/src/wolnelektury/settings/apps.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
 # This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
 #
@@ -47,6 +46,7 @@ INSTALLED_APPS_CONTRIB = [
     'django.contrib.admin',
     'django.contrib.admindocs',
     'django.contrib.staticfiles',
+    'admin_ordering',
     'rest_framework',
     'fnp_django_pagination',
     'pipeline',
@@ -60,11 +60,9 @@ INSTALLED_APPS_CONTRIB = [
     'ssify',
     'django_extensions',
     'raven.contrib.django.raven_compat',
-
     'club.apps.ClubConfig',
-    'django_comments',
-    'django_comments_xtd',
-    'django_gravatar',
+
+    'debug_toolbar',
 
     # allauth stuff
     'allauth',