Login
Remember
Register
Ask a Question
Recent questions tagged django
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
0
votes
1
answer
Which function calls get() on a given model manager, raises Http404 exception if the resulting object is empty?
asked
Jun 26, 2022
in
Django
by
john ganales
django
calls
0
votes
1
answer
If you write customized error views, the permission_denied() view should be overridden by which handler?
asked
Jun 26, 2022
in
Django
by
john ganales
django
error
0
votes
1
answer
With {% load humanize %} and the filter intword is used, the value for 3860000 becomes?
asked
Jun 26, 2022
in
Django
by
john ganales
django
0
votes
1
answer
Identify the incorrect session modification.
asked
Jun 26, 2022
in
Django
by
john ganales
django
sessions
0
votes
1
answer
Consider a URL pattern
asked
Jun 26, 2022
in
Django
by
john ganales
django
0
votes
1
answer
To reuse a form template form_sample.html, the correct approach is _____.
asked
Jun 26, 2022
in
Django
by
john ganales
django
reuse
0
votes
1
answer
Which is not a Generic Editing View?
asked
Jun 26, 2022
in
Django
by
john ganales
django
generic-editing
0
votes
1
answer
When you define custom tags and filters using python to make them available to templates, use __________.
asked
Jun 26, 2022
in
Django
by
john ganales
django
custom-tags
0
votes
1
answer
Consider the following code where f is a Form object
asked
Jun 26, 2022
in
Django
by
john ganales
django
0
votes
1
answer
A Form instance is either bound to a set of data or unbound.
asked
Jun 26, 2022
in
Django
by
john ganales
django
form
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
A ______ is a layer of abstraction to work with multiple forms on the same page.
asked
Jun 26, 2022
in
Django
by
john ganales
django
layer
0
votes
1
answer
The clean() method on a Field subclass is responsible for running ________.
asked
Jun 26, 2022
in
Django
by
john ganales
clean-method
django
0
votes
1
answer
Identify the invalid form field attributes.
asked
Jun 26, 2022
in
Django
by
john ganales
django
field-attributes
0
votes
1
answer
filesizeformat filter in a template, provides the output in a human readable format.
asked
Jun 25, 2022
in
Django
by
sharadyadav1986
django
filesizeformat
filter
0
votes
1
answer
Which template configuration defines a list of directories where the engine should look for template source files, in search order?
asked
Jun 25, 2022
in
Django
by
sharadyadav1986
django
configuration
0
votes
1
answer
When {% extends %} is used for inheriting a template?
asked
Jun 25, 2022
in
Django
by
sharadyadav1986
django
template
0
votes
1
answer
Which option does Django templates accept?
asked
Jun 25, 2022
in
Django
by
sharadyadav1986
django
template
0
votes
1
answer
You cannot have spaces or punctuation characters in variable names.
asked
Jun 25, 2022
in
Django
by
sharadyadav1986
django
variable-names
Page:
« prev
1
2
3
4
5
6
7
next »
...