1 # This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
2 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
4 # These are the ones we should test.
37 INSTALLED_APPS_CONTRIB = [
38 # Should be before django.contrib.admin
42 'django.contrib.auth',
43 'django.contrib.contenttypes',
44 'django.contrib.sessions',
45 'django.contrib.sites',
46 'django.contrib.admin',
47 'django.contrib.admindocs',
48 'django.contrib.staticfiles',
51 'fnp_django_pagination',
55 'kombu.transport.django',
59 'getpaid.backends.payu',
62 'raven.contrib.django.raven_compat',
63 'club.apps.ClubConfig',
68 'allauth.socialaccount',
69 'allauth.socialaccount.providers.openid',
70 'allauth.socialaccount.providers.facebook',
71 'allauth.socialaccount.providers.google',
72 # 'allauth.socialaccount.providers.twitter',
75 INSTALLED_APPS = INSTALLED_APPS_OUR + INSTALLED_APPS_CONTRIB