Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(quiz): add cert system #354

Merged
merged 9 commits into from
Jan 26, 2024
Merged

feat(quiz): add cert system #354

merged 9 commits into from
Jan 26, 2024

Conversation

CapooL
Copy link
Collaborator

@CapooL CapooL commented Jan 17, 2024

No description provided.

@lin594
Copy link
Member

lin594 commented Jan 24, 2024

奇怪了,怎么还是没过端到端测试,是遇到什么问题了嘛?

@CapooL
Copy link
Collaborator Author

CapooL commented Jan 24, 2024

奇怪了,怎么还是没过端到端测试,是遇到什么问题了嘛?

这个我本地是一直能跑过的,但是不知道为什么光那个东西格式有问题)这两天在老家,月底有两个酒席帮忙筹备

sequence = models.IntegerField(verbose_name="第几次认证")
grade = models.CharField(max_length=20, verbose_name="等级")
scores = models.TextField(blank=True, default="[]", verbose_name="分数")
time = models.CharField(max_length=20, verbose_name="时间")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个你可以参考一下 article 里面的日期写法,或许就可以避免这个问题?
他用的是 DateTimeField(也不知道有没有DateFiled
然后最后弄了一个转化

@lin594 lin594 changed the title create Cert feat(quiz): add cert system Jan 26, 2024
@lin594 lin594 merged commit c16525c into e-dialect:develop Jan 26, 2024
3 checks passed
@CapooL CapooL deleted the cert branch March 6, 2024 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants