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',
50 'fnp_django_pagination',
54 'kombu.transport.django',
58 'getpaid.backends.payu',
61 'raven.contrib.django.raven_compat',
62 'club.apps.ClubConfig',
67 'allauth.socialaccount',
68 'allauth.socialaccount.providers.openid',
69 'allauth.socialaccount.providers.facebook',
70 'allauth.socialaccount.providers.google',
71 # 'allauth.socialaccount.providers.twitter',
74 INSTALLED_APPS = INSTALLED_APPS_OUR + INSTALLED_APPS_CONTRIB