1.
In Django, which of the following will you use to display first 50 words of a string?
2.
Filters are used in Django framework ______________________.
3.
You want to display today™s date in your myfirst app. Which of the following will you use to modify the views of your Django project?
4.
In Django, which of the following specifies the user interface layer of an application?
5.
In Django, which of the following files contains the path of a template?
6.
In Django, which of the following comprises render function?
7.
Which of the following statement is correct about Django?
8.
Which of the following syntaxes will you use to see the 42nd blog post on your blog?
9.
In Django, which of the following syntaxes will you use to pass a parameter to your blog app?
10.
In Django, how can you pass the parameters to views?