I'm trying to post some data from one python application to a django site using urllib, as they are separate programs.
Now i don't have CSRF middleware enabled and I've specifically got @csrf_exampt on the view. It's still failing with a CSRF validation failure.
Is there any way to completely remove csrf? (the django app will be offline so it's not needed)