码迷,mamicode.com
首页 > 其他好文 > 详细

django error

时间:2015-01-07 19:06:53      阅读:180      评论:0      收藏:0      [点我收藏+]

标签:django

错误信息: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 error.
  原因:settings.py里# Application definition中添加了‘django.contrib.sites‘模块后需要设置SITE_ID 
  处理:在settings.py里添加配置:SITE_ID = 1

本文出自 “Art_Hero” 博客,请务必保留此出处http://curran.blog.51cto.com/2788306/1600334

django error

标签:django

原文地址:http://curran.blog.51cto.com/2788306/1600334

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!