1.
In Django, which of the following is overridden to customize the form field?
2.
In Django, which of the following management commands is used to provide console output?
3.
In Django, what is the return type of get_expire_at_browser_close()?
4.
In Django, what is the following function used for:
clear_expired()
5.
In Django, _______________________ is added to INSTALLED_APPS for session framework.
6.
Which of the following cookies needs to be stored while running a Django app on Apache?
7.
When an image is not used in Django, which of the following functions throws an exception?
8.
In Django, ________________ method validates a field.
9.
Which of the following classes is not modified to list and display the data from a database in Django?
10.
In Django, how many types of requests is supported by forms?