As in the title: how can I access the url hash/fragment (the part following the dash #
) from a Django view and so, I suppose, from a Django Request object?
I've not found enough information on the documentation here available: http://docs.djangoproject.com/en/dev/ref/request-response/
P.S. Suppose that the fragment part is sent to the server (it is so in my specific case since it's not a browser to send the request).