1👍
✅
The app_name
you provided will be used as the namespace for the urls. You should include that in the tag like so:
href="{% url 'actual_app_name:index' %}"
Source:stackexchange.com