Hi, I have been looking into building my first Django project, and I guess a blog was the most simplest thing I could think of for this moment. Now, I come from a PHP background, and Django is very new to me and Python is amazing, yet I do not know it all, so things are a little slow in the process.
My question is, I am building a comment function where a User will post a simple comment through a form field on the page. I have already setup my model, and done all the db back-end things, but I am not sure where to start for the front end, and the data processing. I have a few prerequisites though, that whenever someone enters a comment, and click the "remember me" Boolean field to true, I would like it to save a cookie or something into their system so for later, they would be able to come back and not have to fill anything out, the data would already be in the fields. If you could just point me to some example code or a guide that would be great. Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

