askedrelic / django-book

A revival of Django Book, the comprehensive guide to Django, overhauling it for Django 1.4 compatibility
http://django-book.readthedocs.org/en/latest/
Other
55 stars 22 forks source link

Include CSRF validation talk in Ch7 with Forms #16

Open askedrelic opened 11 years ago

askedrelic commented 11 years ago

to be able to handle POST, you have to setup a real view and handle a csrf_token on POST.