Login
Remember
Register
User john ganales
Wall
Recent activity
All questions
All answers
Ask a Question
Answers by john ganales
0
votes
What is the output of the following code?
answered
Jun 26, 2022
in
Django
django
code
0
votes
Which HttpResponse can be used to send a JSON encoded response?
answered
Jun 26, 2022
in
Django
django
httpresponse
0
votes
What is the output of the following code?
answered
Jun 26, 2022
in
Django
django
code
0
votes
Which templating language is supported default by Django?
answered
Jun 26, 2022
in
Django
django
template-language
0
votes
The default middleware included in the settings is ___________.
answered
Jun 26, 2022
in
Django
django
middleware
0
votes
To create a template, which factory method can be called _________.
answered
Jun 26, 2022
in
Django
django
template
0
votes
Which view decorator module can be used to control content compression on a per-view basis?
answered
Jun 26, 2022
in
Django
decorator
django
0
votes
Which function calls get() on a given model manager, raises Http404 exception if the resulting object is empty?
answered
Jun 26, 2022
in
Django
django
calls
0
votes
If you write customized error views, the permission_denied() view should be overridden by which handler?
answered
Jun 26, 2022
in
Django
django
error
0
votes
With {% load humanize %} and the filter intword is used, the value for 3860000 becomes?
answered
Jun 26, 2022
in
Django
django
0
votes
Identify the incorrect session modification.
answered
Jun 26, 2022
in
Django
django
sessions
0
votes
Consider a URL pattern
answered
Jun 26, 2022
in
Django
django
0
votes
To reuse a form template form_sample.html, the correct approach is _____.
answered
Jun 26, 2022
in
Django
django
reuse
0
votes
Which is not a Generic Editing View?
answered
Jun 26, 2022
in
Django
django
generic-editing
0
votes
When you define custom tags and filters using python to make them available to templates, use __________.
answered
Jun 26, 2022
in
Django
django
custom-tags
0
votes
Consider the following code where f is a Form object
answered
Jun 26, 2022
in
Django
django
0
votes
A Form instance is either bound to a set of data or unbound.
answered
Jun 26, 2022
in
Django
django
form
0
votes
What is the output of the following code?
answered
Jun 26, 2022
in
Django
django
code
0
votes
A ______ is a layer of abstraction to work with multiple forms on the same page.
answered
Jun 26, 2022
in
Django
django
layer
0
votes
The clean() method on a Field subclass is responsible for running ________.
answered
Jun 26, 2022
in
Django
clean-method
django
Page:
« prev
1
...
78
79
80
81
82
83
84
85
86
87
88
...
143
next »
...