Yesterday I was working on my first app using this tutorial. It\'s a Poll and Choice app. The first page displays the question and when you click on the question it\'s suppose t
For anyone using "django-hosts":
I had the same error and for me adding this to my template solved it (without any us of namespace etc.):
{% load hosts %}
Admin dashboard
Additionaly I added PARENT_HOST = 'YOUR_PARENT_HOST' to my settings.py
Reference