Django: SocialApp matching query does not exist
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am facing a problem in django-allauth . I configured localhost:9000/admin/ with following details socialapp . provider: Name: Client id: App ID, or consumer key Key: Secret: etc . I set the SITE_ID = 2 (Because I changed the default site example.com to localhost:9000) In setting.py INSTALLED_APPS = ( 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.messages', 'django.contrib.staticfiles', 'django.contrib.admin', 'uni_form', 'allauth', 'allauth.account', 'allauth