文章
234
标签
8
分类
72
首页
时间轴
标籤
分类
组织
REZICS(轮回社)
荒原研究所
更新Blog
友链
关于
世界尽头のWasteland
README
返回首页
搜索
首页
时间轴
标籤
分类
组织
REZICS(轮回社)
荒原研究所
更新Blog
友链
关于
README
发表于
2022-10-14
|
更新于
2025-09-09
|
Language
Javascript
Nodejs
|
浏览量:
文章作者:
边缘坐标
文章链接:
https://blog.rezedge.com/posts/661152ed/
版权声明:
本博客所有文章除特别声明外,均采用
CC BY-NC-SA 4.0
许可协议。转载请注明来源
世界尽头のWasteland
!
上一篇
Nodejs
下一篇
问题
class Status(models.Model): “””用于记录一些日常状态””” u_id = models.OneToOneField(to = User, on_delete=models.CASCADE, verbose_name=”用户ID”) check_in_time = models.DateField(auto_now = True) def __str__(self): return self.u_id.username 在新建了一个用户之后,表现出错误,莫名奇妙,根本调不好,并且也没有自动帮忙建立ID。 You are trying to add a non-nullable field ‘integral’ to profile without a default; we can’t do that (the database needs something to populate existing rows).Please select a fix: Prov...
评论
边缘坐标
文章
234
标签
8
分类
72
Follow Me
公告
行走于世界的边缘,荒原的拾荒人。
最新文章
oh-my-live2d
2025-09-09
PicGo
2025-09-09
天穹碎裂之时
2025-09-09
README
2025-09-09
README
2025-09-09
搜索
数据加载中