okay, this is weird. If a user double-clicks the form submit button, even
tho POST should redirect, they still get 403 FORBIDDEN with csrf failed
message.
I think this is like a web developer question, is this some latency issue
with my browser, network or web server? I use Apache-2 httpd with
Do I need to make a custom storage or custom template to handle query
strings in static file URLs or endpoints?
Using the new static template in Django>=1.4 works fine for simple
endpoints and URLs
For example, the following works fine:
{% load staticfiles %}
However if the ULR or
I know this is a bad idea, but in case anyone was looking for a windows
service for the django debug server (runserver.py) here is a hack ported
from Trac:
http://poquitopicante.blogspot.com/2014/04/django-debug-server-windows-service.html
It depends on Mark Hammond's PyWin32
(http://sourcefor
3 matches
Mail list logo