A Crash Course in Django

Notice: This is a discussion thread for comments about the SitePoint article, A Crash Course in Django.


Please make this one a first of a series of Django I really think this Framework is worth learning

Hello. I had a problem with comments.
After click on Post Django display a error message - csrf…
I am using Django version 1.2.3.
Is there any way to resolve it?
Thank you.

dorivalmartinez, a CSRF error means that your request (posting a comment) failed the cross-site request forgery protection test. This explanation on the Django site might help you pinpoint the problem: http://docs.djangoproject.com/en/dev/ref/contrib/csrf/#how-it-works

Do you have cookies enabled?