I have lost in form processing while learning django.
I need to create a simple object (say 'product') with some
basic validation (required fields, +minimal logic), but
after filling a form and submit it everything looks ok but
the object does not get saved and nothing is checked.
(generic create form)
So (silly question i know) who's responsibility to save a
new object and where is it's place, when i get control, can
i check all constraints _before_ any new objects are saved, etc.
In the documentation i did not found a classic data entry
form example (poll/vote sample was far from it to me).
Doesn't have anybody a working example for me? (pls with
urls.py and view processing to understand the 'workflow')

Thank you all,
Anna

_______________________________________________________________________
Tanulj ANGOLUL, NÉMETÜL az INTERNET segítségével!
3 Féle intenzitás; 3 Szint; Hanganyag CD-k; Ingyenes konzultáció! 
http://www.mediabo.hu/akcio/origo/jelentkezesi_lap.html


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to