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

后端 未结 13 1013
天命终不由人
天命终不由人 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:45

    Don't. Use StringTemplate instead--there is no reason to consider any other template engine once you know about it.

提交回复
热议问题