Board
>>
Django Standard Library
>>
Authentication
>>
Adding new users via User modelform does not validate
Page: 1
|
Posted by Raydiation |
|
|
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 --- |
|
|
Posted by Raydiation |
|
|
I fixed it by excluding the fields in the modelform.
|
Page: 1
Please login to post a reply.


