0
Your url config defines a slash at the end, so you have to use it in the URL as well:
http://localhost:5000/faq/#12
If you miss it, there will be a redirect that removes the anchor.
- Can i send a message to a django template in an HttpResponseBadRequest?
- Reading user selection from Django 1.5 template without using Models
- Correct way to install in to virtual environment (django-import-export package)
- Data always resets to original state on heroku free account after some time
Source:stackexchange.com