django docs

Amount of flashcards: 20

What is the Django authentication system?

The Django authentication system is a built-in feature that provides user authentication and authorization.

What is the Django session framework?

The Django session framework is a built-in feature that allows developers to store and retrieve data for a user across multiple requests.

What is the Django cache framework?

The Django cache framework is a built-in feature that provides a way to store and retrieve data in memory or on disk.

What is the Django messages framework?

The Django messages framework is a built-in feature that allows developers to send messages to users after a certain action is performed.

What is the Django testing framework?

The Django testing framework is a built-in feature that provides tools for testing Django applications.

What is the Django REST framework?

The Django REST framework is a third-party package that provides tools for building RESTful APIs with Django.

What is the Django Debug Toolbar?

The Django Debug Toolbar is a third-party package that provides a set of panels displaying various debug information about the current request/response.

What is the Django Channels package?

The Django Channels package is a third-party package that provides support for WebSockets and other asynchronous protocols in Django.

Prev

2 out of 2

Next
© 2023 - Present Flashio. All rights reserved.