1.
Which of the following concepts is followed in Django?
2.
Which of the following class/library need to import to send a HTML email?
3.
In Django, the preferred datatype of the fail_silently parameter output is ___________________.
4.
In Django, the models can be linked in __________ different ways.
5.
In Django, which of the following actions is performed after model creation?
6.
What happens when the {{string|escape|linebreaks}} filter is used in Django?
7.
Which of the following is a valid filter in the Django framework?
8.
In Django, which of the following is used to link Python and HTML files?
9.
Which of these depends on a admin interface in Django?
10.
Which of the following purposes is the views.py created in Django?