Answer the question
In order to leave comments, you need to log in
How does the django template engine work?
I can't figure out how Django's template engine works. I don’t know how it is possible to implement a function in python that did something with another document by a simple command, without any imports.
Answer the question
In order to leave comments, you need to log in
Approximately the same as any interpreter. Parses the source code, performs lexical analysis, generates tokens, creates an abstract syntax tree, executes it.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question