Login
Remember
Register
Ask a Question
Recent questions tagged django
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
Page:
« prev
1
2
3
4
5
6
7
next »
...