Django Global base.html template
问题 I am new to Django. I am using Django 1.8.6 with Python 2.7. I am trying to use a base.html template that can be used globaly through out the entire site, where every app and access it. Here is my test site's current structure: twms polls migrations static templates project migrations static templates project index.html tmws static templates tmws base.html Here is the code for project/templates/project/index.html {% extends 'tmws/base.html' %} {% block content %} <h1>Projects</h1> <ul> {% for