1👍
✅
Are you running Django trunk? I would recommend running the latest release, Django 1.4.1 instead.
The {% url %}
tag syntax is changing in Django 1.5, which means any templates which use it will have to be updated, including templates from installed apps.
Source:stackexchange.com