| Name | Raydiation |
|---|---|
| Email Address | n/a |
| Posts | 2 |
-
- 2010-05-22 10:25:43
- Re: Adding new users via User modelform does not validate
- Board >> Django Standard Library >> Authentication
- I fixed it by excluding the fields in the modelform.
-
- 2010-05-21 07:30:25
- Adding new users via User modelform does not validate
- Board >> Django Standard Library >> Authentication
- Hi i try to add a new user with a form, but somehow it doesnt validate.
View: http://paste.pocoo.org/show/216610/
Template: http://paste.pocoo.org/show/216612/
Form: http://paste.pocoo.org/show/216613/
and finally this is the model: http://paste.pocoo.org/show/216614/
User is imported from auth in every python file and i enabled userprofile and the auth backend.
--- Zuletzt bearbeitet von Raydiation am 2010-05-21 07:31:06 ---


