1 # This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later.
2 # Copyright © Fundacja Wolne Lektury. See NOTICE for more information.
46 INSTALLED_APPS_CONTRIB = [
47 # Should be before django.contrib.admin
51 'django.contrib.auth',
52 'django.contrib.contenttypes',
53 'django.contrib.messages',
54 'django.contrib.sessions',
55 'django.contrib.sites',
56 'django.contrib.admin',
57 'django.contrib.admindocs',
58 'django.contrib.staticfiles',
59 'django.contrib.postgres',
62 'fnp_django_pagination',
68 'forms_builder.forms',
76 'allauth.socialaccount',
77 'allauth.socialaccount.providers.openid',
78 'allauth.socialaccount.providers.facebook',
79 'allauth.socialaccount.providers.google',
80 # 'allauth.socialaccount.providers.twitter',
83 INSTALLED_APPS = INSTALLED_APPS_OUR + INSTALLED_APPS_CONTRIB