InterviewSolution
Saved Bookmarks
| 1. |
What is context in the Django? |
|
Answer» Context is a dictionary mapping template variable NAME GIVEN to Python objects in Django. This is the general name, but you can GIVE any other name of your choice if you WANT. |
|