1.
Which of the following methods is not included in Django 1.8?
2.
Which of the following denotes loosely coupled properties in Django?
3.
Which of the following commands is used to create a project in Django?
4.
In Django, which of the following arguments are passed in a URL()?
5.
Which of the following are the two optional arguments to be passed in the url() in Django?
6.
In Django, the maximum number of arguments that can be passed to a template filter is ___________.
7.
What is the output of the following Django code:
class Meta:
db_table = "model_name"
8.
Which of the following software uses Django?
9.
In Djange, DSF stands for _______________________________.
10.
________________________ is contained in the Contib package in Django.