How do I use Django templates without the rest of Django?

后端 未结 13 1092
天命终不由人
天命终不由人 2020-11-29 16:17

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)

13条回答
  •  盖世英雄少女心
    2020-11-29 16:43

    Google AppEngine uses the Django templating engine, have you taken a look at how they do it? You could possibly just use that.

提交回复
热议问题