L
L
leha782015-12-20 11:00:05
Django
leha78, 2015-12-20 11:00:05

Are context processor and template processor the same thing?

Actually I have a question.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir, 2015-12-20
@vintello

These are different things. Roughly, you can say this:
the Context processor is busy with the fact that it receives an input request and at the output it gives a dictionary with data
Template processor the resulting dictionary imposes a template on the html and at the output we get html for display

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question