This commit is contained in:
Matthias 2021-09-06 07:10:32 +02:00
parent e255f2bf42
commit ae8e2696b6
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -660,4 +660,3 @@ SITE_ID = 1
SOCIAL_BACKENDS = CONFIG.get('social_backends', []) SOCIAL_BACKENDS = CONFIG.get('social_backends', [])
for app in SOCIAL_BACKENDS: for app in SOCIAL_BACKENDS:
INSTALLED_APPS.append(app) INSTALLED_APPS.append(app)