Django_Templates

  Outsite Application

Settings.py

TEMPLATE_DIR = os.path.join(BASE_DIR, 'templates')


TEMPLATES = [

'DIRS': [TEMPLATE_DIR ],

]


   
   <div class="col-sm-2">
    {% include 'core/sidebar.html' %}
   </div>

Comments