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.
47 INSTALLED_APPS_CONTRIB = [
48 # Should be before django.contrib.admin
52 'django.contrib.auth',
53 'django.contrib.contenttypes',
54 'django.contrib.messages',
55 'django.contrib.sessions',
56 'django.contrib.sites',
57 'django.contrib.admin',
58 'django.contrib.admindocs',
59 'django.contrib.staticfiles',
60 'django.contrib.postgres',
64 'fnp_django_pagination',
70 'forms_builder.forms',
78 'allauth.socialaccount',
79 'allauth.socialaccount.providers.openid',
80 'allauth.socialaccount.providers.facebook',
81 'allauth.socialaccount.providers.google',
82 # 'allauth.socialaccount.providers.twitter',
85 INSTALLED_APPS = INSTALLED_APPS_OUR + INSTALLED_APPS_CONTRIB