Correct Answer: Checks for errors in your models.
Explanation:
Note: This Question is unanswered, help us to find answer for this one
Django Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More Django MCQ Questions
What is the correct way to include django's admin urls? from django.contrib import admin') from django.conf.urls import patterns, include, url urlpatterns = patterns('', ______________________ )
What is the purpose of the STATIC_ROOT setting?
Given the Python data: mydata = [ [ 0, 'Fred' ], [ 1, 'Wilma' ] ] How do you access the data in a Django template?
Given an IntegerField named 'widgets' in the Django model 'User' , how do you calculate the average number of widgets per user?
Given a model named 'User' that contains a DateTime field named 'last_login', how do you query for users that have never logged in?
What decorator is used to require that a view accepts only the get and head methods?
Which infrastructure do you need: title=models.charfield(max_length=100, validators=[validate_spelling])
When to use the Django sites framework?
When should you employ the POST method over GET for submitting data?
You should use the http method ___ to read data and ___ to update or create data
Django MCQs | Topic-wise