在执行django-admin时,总是抛出错误怎么办?

错误:ModuleNotFoundError:Nomodulenamed'mysite'... 错误:ModuleNotFoundError: No module named 'mysite' 展开
 我来答
西西哩的小马甲
2018-01-01 · TA获得超过10.1万个赞
知道大有可为答主
回答量:39
采纳率:100%
帮助的人:1.8万
展开全部

这是由包重名导致的问题,没有配置对路径,解释器没有找到你的mysite模块。

卸载后重新安装django1.3.7 版本即可。

Django 常用常见问题

odels中,对sqlites数据更新时,updatetime不更新问题

现象:使用批量更新的.update操作,数据更新了,但是updatetime不更新。而单独更新.save()则正常更新。

说明:

auto_now_add will set the field to the current time when an object is created and auto_now will set the field to the current time when an object is created or updated 
auto_now_add是在创建字段的时候会自动记录创建时间。 
auto_now是在更新对象和更新的时候记录更新时间。

原因:

The field is only automatically updated when calling Model.save(). The field isn’t updated when making updates to other fields in other ways such as QuerySet.update(), though you can specify a custom value for the field in an update like that. 

这个字段只有在调用Mode.save()时才会自动更新。当使用批量插入的QuerySet.update()不会更新该字段,你可以通过指定一个特定的值来更新该字段。

推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式