Fixed #23016 -- Updated FAQs per Aymeric's suggestions.

This commit is contained in:
Ola Sitarska 2014-08-11 13:34:48 +02:00 committed by Tim Graham
parent a9fd740d22
commit 549284faa4
7 changed files with 28 additions and 41 deletions

View file

@ -19,7 +19,7 @@ I can't stand your template language. Do I have to use it?
We happen to think our template engine is the best thing since chunky bacon,
but we recognize that choosing a template language runs close to religion.
There's nothing about Django that requires using the template language, so
if you're attached to ZPT, Cheetah, or whatever, feel free to use those.
if you're attached to Jinja2, Cheetah, or whatever, feel free to use those.
Do I have to use your model/database layer?
-------------------------------------------