django

Section: (pj)
Updated: 2021-10-19
Index Return to Main Contents

To debug a missing template error:


python ./manage.py shell
from django.conf import settings; print settings.TEMPLATE_DIRS[0]
from django.template import loader; print loader.get_template('foo.html')

 

AUTHORS

Paul A. Jungwirth.


 

Index

AUTHORS

This document was created by man2html, using the manual pages.
Time: 15:49:28 GMT, March 26, 2024