There was an error while loading. Please reload this page.
1 parent 6bf521c commit f97d822Copy full SHA for f97d822
1 file changed
users/startup.py
@@ -24,6 +24,7 @@ def setup_socialapps():
24
id_inst.save()
25
else:
26
id_inst = Site(id=site_id, name=host, domain=host)
27
+ id_inst.save()
28
29
# social apps are defined in settings.py, so remove legacy allauth entires that might conflict
30
SocialApp.objects.filter(provider='google').delete()
0 commit comments