Fill in the Blank
API
"M"
Django
Wild
100

The static URL map does not work when the Django ______setting is False, and so it can't be used in production.

DEBUG

100

What does API stand for?

Application Programming Interface

100

What file is used to make migrations?

100

What is the name of the class utilized for Django admin site implementation, which is provided in the admin module?

AdminSite

100

How do you say sorry in Japanese?

Gomenasai

200

For custom template filters to work in Django, they need to be registered to Django's _______library before they can be used].

template

200

What does DRF stand for?

Django REST Framework

200

The way we tell Django what we want our database schema to look like

Modals

200

What is the name of the default site admin template in Django?

base_site.html

200

What are the two required form attributes for Django file uploads?

method, enctype

300

________are directives that delineate what is permissible by classes of users.

Permissions

300

What does REST stand for?

Representational State Transfer

300

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    

300

Write the code that needs to be added to the top of a template file to start using custom filter?

{% load custom_filter %}    

300

How long is the Nile?

6,600 kilometers (4,100 miles)

400

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

400

REST APIs are _____, which means that neither the client nor the server stores any states in-between to do the communication.

stateless

400

Which component of Django is responsible for authentication and session management?

middleware stack

400

Which method needs to be overridden to add URL mapping for custom AdminSite view?

get_urls()

400

How many countries have I lived in? (including the US)

4

500

 ______________ allows greater flexibility and makes it easier to update or change components in your architecture.

Decoupling

500

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

500

What settings must be configured in settings.py to serve Audio and Video files? (2)

MEDIA_ROOT and MEDIA_URL

500

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    

500

I have duel citizenship with what country?

Ireland