filmov
tv
DjangoCon 2022 | Experimenting with file-based routing in Django
Показать описание
Experimenting with file-based routing in Django by Sage Abdullah
File-system based routing has been widely used in JavaScript web frameworks
With file-system based routing, the URL structure of your web application
is defined by the structure of the codebase. This makes it easier to find the
view that handles a certain path, and vice versa.
This talk will explore an experiment that implements file-based routing in a Django project.
File-system based routing has been widely used in JavaScript web frameworks
With file-system based routing, the URL structure of your web application
is defined by the structure of the codebase. This makes it easier to find the
view that handles a certain path, and vice versa.
This talk will explore an experiment that implements file-based routing in a Django project.