On 8/18/07, Divan Roulant <[EMAIL PROTECTED]> wrote:
>
> That's what I though initially but since I am fairly new to Django and
> Web development, I wanted to check it out with more experienced
> developers, just in case.

OK, if you're new to webdev, one more bit of advice: In general do not
trust data from the browser.

HTTP is an open protocol and unless you're running HTTPS with a
trusted client, the client can and will lie to you.

It's your responsibility to validate data that's sent to you, and do
not allow untrusted clients to manipulate data that is not fully
theirs to screw up.

More here:
http://www.djangobook.com/en/beta/chapter20/

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to