DjangoCon 2022 | Experimenting with file-based routing in Django

This video features Sage Abdullah at DjangoCon Europe 2022 .

0:30:04
Published October 14, 2022
829 views

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.

Presenters

Note: We understand that names change, people change, and bodies change. We respect each individual's journey and privacy. If you have any concerns about a video or need us to remove content, please don't hesitate to contact us. We will handle your request with care and promptly address any issues.

More videos by Sage Abdullah

More videos from DjangoCon Europe