Fixed: no such table: allauth_socialaccount (#687)

main
Boris Sekachev 7 years ago committed by Nikita Manovich
parent da04c0bace
commit 7ea84d1bc7

@ -108,6 +108,7 @@ INSTALLED_APPS = [
'django.contrib.sites',
'allauth',
'allauth.account',
'allauth.socialaccount',
'rest_auth.registration'
]

Loading…
Cancel
Save