该文被密码保护。 阅读全文
摘要:
error:You're using the Django "sites framework" without having set the SITE_ID setting. Create a site in your database and set the SITE_ID setting to fix this errorfixed:Adding "SITE_ID = 1" to your settings will get you past the exceptionwithout having to add it to INSTALLED 阅读全文