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)
Google AppEngine uses the Django templating engine, have you taken a look at how they do it? You could possibly just use that.
AppEngine