The static URL map does not work when the Django ______setting is False, and so it can't be used in production.
DEBUG
What does API stand for?
Application Programming Interface
What is the name of the class utilized for Django admin site implementation, which is provided in the admin module?
AdminSite
How do you say sorry in Japanese?
Gomenasai
For custom template filters to work in Django, they need to be registered to Django's _______library before they can be used].
template
What does DRF stand for?
Django REST Framework
The way we tell Django what we want our database schema to look like
Modals
What is the name of the default site admin template in Django?
base_site.html
What are the two required form attributes for Django file uploads?
method, enctype
________are directives that delineate what is permissible by classes of users.
Permissions
What does REST stand for?
Representational State Transfer
What is the name of the Django layer that refers to a variety of software components that intervene in the request/response process to integrate important functionalities such as security, session management, and authentication?
Middleware
Write the code that needs to be added to the top of a template file to start using custom filter?
{% load custom_filter %}
How long is the Nile?
6,600 kilometers (4,100 miles)
In MEDIA_URL processing, ______ is a function that returns a dictionary of context information that will be merged with the dictionary that was passed to the render call.
Context processor
REST APIs are _____, which means that neither the client nor the server stores any states in-between to do the communication.
stateless
Which component of Django is responsible for authentication and session management?
middleware stack
Which method needs to be overridden to add URL mapping for custom AdminSite view?
get_urls()
How many countries have I lived in? (including the US)
4
______________ allows greater flexibility and makes it easier to update or change components in your architecture.
Decoupling
What are the filters in Django that are simple Python-based functions that accept a variable as an argument (and any additional data in the context of the variable), change its value as per our requirements, and then render the changed value.
Template Filters
What settings must be configured in settings.py to serve Audio and Video files? (2)
MEDIA_ROOT and MEDIA_URL
Which class helps to convert complex Python objects into formats, such as JSON or XML, so that they can be transmitted across the web using the HTTP protocol.
Serializer
I have duel citizenship with what country?
Ireland