Login
Remember
Register
Ask a Question
Recent questions in Django
0
votes
1
answer
Select the incorrect statement about A QuerySet.
asked
Jun 29, 2022
in
Django
by
sharadyadav1986
django
queryset
0
votes
1
answer
When an object is saved, Django _____________.
asked
Jun 29, 2022
in
Django
by
sharadyadav1986
django
object
+1
vote
1
answer
What can be used to validate all unique constraints on the model instead of individual field values?
asked
Jun 29, 2022
in
Django
by
sharadyadav1986
django
model-field
0
votes
1
answer
What can be used to validate all model fields, if any field is to be exempted from validation? Provide it in the exclude parameter.
asked
Jun 29, 2022
in
Django
by
sharadyadav1986
django
model-field
0
votes
1
answer
What can be used to provide custom model validation and to modify attributes on the model like changing the value on a field upon a conditional check?
asked
Jun 29, 2022
in
Django
by
sharadyadav1986
django
custom-portal
0
votes
1
answer
What exception is an attribute of each model class?
asked
Jun 28, 2022
in
Django
by
Robin
django
exception
0
votes
1
answer
When choosing field names for the model, it should not conflict with the model API. The field name should not be _________.
asked
Jun 28, 2022
in
Django
by
Robin
django
0
votes
1
answer
A Django model is a Python class that subclasses _________.
asked
Jun 28, 2022
in
Django
by
Robin
django
model
0
votes
1
answer
To rename the Manager for a given class, what attribute type can be used in models.Manager() on that model?
asked
Jun 28, 2022
in
Django
by
Robin
django
class
0
votes
1
answer
What are the different ways of connecting multiple models relationship?
asked
Jun 28, 2022
in
Django
by
Robin
django
models
relationship
0
votes
1
answer
id- is the auto assigned primary key by Django with the datatype.
asked
Jun 28, 2022
in
Django
by
Robin
django
id
0
votes
1
answer
What is/are applicable for Django ORM?
asked
Jun 28, 2022
in
Django
by
Robin
django
orm
0
votes
1
answer
Identify the ORM most used for Flask Web Framework.
asked
Jun 28, 2022
in
Django
by
Robin
django
orm
0
votes
1
answer
Object-relational Mapper (ORM) is a code library to automate the data transfer between _______.
asked
Jun 28, 2022
in
Django
by
Robin
django
orm
0
votes
1
answer
Select the incorrect statement: Django ORM.
asked
Jun 28, 2022
in
Django
by
Robin
django
orm
0
votes
1
answer
Which setting can be used while adding a new Django app?
asked
Jun 28, 2022
in
Django
by
Robin
django
apps
0
votes
1
answer
Select the incorrect statement. in django
asked
Jun 28, 2022
in
Django
by
Robin
django
0
votes
1
answer
Choose the correct option to create a project myworld using the Django-admin command.
asked
Jun 28, 2022
in
Django
by
Robin
django
project
0
votes
1
answer
A Django app will contain _____.
asked
Jun 28, 2022
in
Django
by
Robin
django
app
0
votes
1
answer
Choose the correct option to create an app ‘myapp’.
asked
Jun 28, 2022
in
Django
by
Robin
django
myapp
0
votes
1
answer
Consider urlpatterns = [ path(‘/music/’, include(‘entertain.urls.music’)), ]
asked
Jun 26, 2022
in
Django
by
john ganales
django
code
0
votes
1
answer
Which is a framework of hooks into Django’s request, response processing?
asked
Jun 26, 2022
in
Django
by
john ganales
django
middleware
0
votes
1
answer
Strings that have been marked safe from further escaping at output time are called __________.
asked
Jun 26, 2022
in
Django
by
john ganales
django
0
votes
1
answer
What is the output of the following code?
asked
Jun 26, 2022
in
Django
by
john ganales
django
code
0
votes
1
answer
Which HttpResponse can be used to send a JSON encoded response?
asked
Jun 26, 2022
in
Django
by
john ganales
django
httpresponse
0
votes
1
answer
What is the output of the following code?
asked
Jun 26, 2022
in
Django
by
john ganales
django
code
0
votes
1
answer
Which templating language is supported default by Django?
asked
Jun 26, 2022
in
Django
by
john ganales
django
template-language
0
votes
1
answer
The default middleware included in the settings is ___________.
asked
Jun 26, 2022
in
Django
by
john ganales
django
middleware
0
votes
1
answer
To create a template, which factory method can be called _________.
asked
Jun 26, 2022
in
Django
by
john ganales
django
template
0
votes
1
answer
Which view decorator module can be used to control content compression on a per-view basis?
asked
Jun 26, 2022
in
Django
by
john ganales
decorator
django
Page:
« prev
1
2
3
4
5
next »
Recent questions in Django
...