On 12 Cze, 06:33, Abhishek Nanda <[email protected]> wrote: > any ideas?
I'm not sure if I understood you correctly, but if your problem is how to maintain some date between server and client, then you have at least two choices: 1. use Django sessions: http://docs.djangoproject.com/en/dev/topics/http/sessions/ 2. use HIDDEN form fields You can also check Django forms: http://docs.djangoproject.com/en/dev/topics/forms/ -- Tomasz Zieliński http://pyconsultant.eu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

