Django - Site matching query does not exist

后端 未结 4 1823
盖世英雄少女心
盖世英雄少女心 2020-12-14 09:21

Im trying to get the admin site of my app in Django working. Ive just sync`d the DB and then gone to the site but I get the error ...

Site matching query doe         


        
4条回答
  •  一整个雨季
    2020-12-14 09:36

    Add django.contrib.sites in django INSTALLED_APPS and also add SITE_ID=1 in your django setting file.

提交回复
热议问题