Skip to main content

Other Topics

The model layer

https://docs.djangoproject.com/en/4.1/topics/db/transactions

https://seddonym.me/2020/11/19/trouble-atomic

The view layer

The template layer

Forms

The development process

To use a model the app must be added to the tuple INSTALLED_APPS, which is stored in the project's settings.py file

The admin

Security

Internationalization and localization

Performance and optimization

Geographic framework

GeoDjango intends to be a world-class geographic Web framework. Its goal is to make it as easy as possible to build GIS Web applications and harness the power of spatially enabled data.

Common Web application tools

https://www.django-rest-framework.org/api-guide/pagination/#cursorpagination

https://pganalyze.com/blog/pagination-django-postgres

Other core functionalities