Home > Web Development > Quizzes > Django Fundamentals Test
Django Fundamentals Test
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 82% Most missed: “Which of the following statement is false about the django.http.HttpRequest.get_…”
Django Fundamentals Test
Time left 00:00
17 Questions

1. Which of the following statements is true about the django.template.RequestContext class?
2. What is the default max_length value of a SlugField class in Django?
3. What is the default max_length value of a SlugField class in Django?
4. Which of the following gets called when a view raises an exception?
5. Which of the following is false about the django.models.SlugField() model field?
6. Which of the following django.template.loader functions will take a list of template names and return the first template that exists?
7. Which of the following happens when process_exception() returns 'None'?
8. Which of the following statements is true about Django's default implementation of the authentication system?
9. Which of the following statement is false about the django.http.HttpRequest.get_host() method ?
10. Which of the following statements is true about the django.template.RequestContext class?
11. Which of the following gets called when a view raises an exception?
12. Which of the following is a built-in BaseCommand subclass?
13. Which of the following django.template.loader functions will take a list of template names and return the first template that exists?
14. Which of the following statement is false about the django.http.HttpRequest.get_host() method ?
15. Which of the following statements are true about the ImageField class?
16. What does the 'with' template tag do?
17. Which of the following is a built-in BaseCommand subclass?