Hello djangonauts!

I'm facing the task of writing my first manipulator, and they look extremely cool -- (un)fortunately, my needs are extremely simple. I must allow users to 'reserve' a certain product, by just clicking on a button, which in turn would only need to modify a couple fields in the DB (who reserved it, and for how long, which is a default value anyway).

I already have a generic view handling the item page (using django.views.generic.list_detail.object_detail, of course) . What would be simplest way to get this working? I was reading the docs on Manipulators and Validators, and they seem fantastic -- but too much for this first little requirement.

Any help greatly appreciated. Best regards,

--
Carlos Yoder
http://carlitosyoder.blogspot.com
--~--~---------~--~----~------------~-------~--~----~
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