2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 19:45:46 +00:00
This commit is contained in:
Matthias
2021-09-06 07:10:32 +02:00
parent e255f2bf42
commit ae8e2696b6

View File

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