Hi guys, i dont know how ill ask this, im new with Django, but ill try.
I have a form in the private user section, well this form save the username logged, a encrypted data from another function, and some more fields.
Now my problem is that in the Admin, i need to use "this form" too, but i dont know how render the form in different way, for example, in the private user section i dont display "x" field, but in the Admin the "x" field is showing.
i dont know if im clear of if my poor English let me explain
but i want to know how ill show in some part of my website (private o public) a form and in the Admin section show the same form in different way...
and in the same way guys, (im sorry with my question's), i want to know how use the function SAVE (overriding??)
if somebody have a link with example :)
Thanks :)