I\'m currently working with django generic views and I have a problem I can\'t figure out. When using delete_object I get a TypeError exception:
I want to realize a login for my site. I basically copied and pasted the following bits from the Django Book together. However I still get an error (CSRF verification failed. Request aborted.), when s
How can I find out who is responsible for Django\'s CSRF middleware so I could ask them questions? I\'m having so many CSRF failures for months on my Django site and it is costing me hours and hours