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 such as Next.js, NuxtJS, Remix, Gatsby, and SvelteKit.

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.

Date Added: September 19, 2024

Watch Video