【发布时间】:2011-09-24 21:36:47
【问题描述】:
我正在尝试在我的 django 项目中实现用户配置文件模块,但出现此错误:
Form 'SignupForm' could be validated, while 'ProfileForm' couldn't. Please make sure the two classes are compatible. Validation errors were: * user
* Обязательное поле.(can't be blank)
我的代码:
谁能帮帮我? 提前致谢。
【问题讨论】:
标签: django forms validation profile