fragment-identifier

How to access url hash/fragment from a Django Request object

How to access url hash/fragment from a Django Request object Question: As in the title: How can I access the URL hash/fragment (the part following the hash #, or ‘pound symbol’ in US English) from a Django view and so, I suppose, from a Django Request object? I’ve not found enough information on the documentation …

Total answers: 1