Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Recent questions tagged Django
Home
Tag
Django
0
votes
Q: 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
Q: 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
Q: 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
Q: 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
Q: Identify the incorrect session modification.
asked
Jun 26, 2022
in
Django
by
john ganales
django
sessions
0
votes
Q: Consider a URL pattern
asked
Jun 26, 2022
in
Django
by
john ganales
django
0
votes
Q: 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
Q: Which is not a Generic Editing View?
asked
Jun 26, 2022
in
Django
by
john ganales
django
generic-editing
0
votes
Q: 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
Q: Consider the following code where f is a Form object
asked
Jun 26, 2022
in
Django
by
john ganales
django
0
votes
Q: 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
Q: What is the output of the following code?
asked
Jun 26, 2022
in
Django
by
john ganales
django
code
0
votes
Q: 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
Q: 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
Q: Identify the invalid form field attributes.
asked
Jun 26, 2022
in
Django
by
john ganales
django
field-attributes
0
votes
Q: 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
Q: 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
Q: When {% extends %} is used for inheriting a template?
asked
Jun 25, 2022
in
Django
by
sharadyadav1986
django
template
0
votes
Q: Which option does Django templates accept?
asked
Jun 25, 2022
in
Django
by
sharadyadav1986
django
template
0
votes
Q: 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 »
...