Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近完成了 Django Polls App 教程。现在我想知道如何强制管理员在保存新民意调查之前创建至少两个选择。在进行保存之前,我想至少做出两个选择。
问候, 机器人
比看起来更难!您想创建一个具有自己验证的自定义表单集,如本答案所示。