I want to use the Django template engine in my (Python) code, but I\'m not building a Django-based web site. How do I use it without having a settings.py file (and others)
Don't. Use StringTemplate instead--there is no reason to consider any other template engine once you know about it.