InterviewSolution
Saved Bookmarks
| 1. |
Do you know anything about context in Django? |
|
Answer» Context refers to a DICTIONARY containing multiple variable names which are in the form of key or VALUE. When this context is passed to the temperature render METHOD the variable gets replaced with TEMPLATES. |
|