58 - Django urls, includes, and app name - Python & Django 3.2 Tutorial Series

preview_player
Показать описание
58 - Django urls, includes, and app name - Python & Django 3.2 Tutorial Series

Try Django 3.2 is a series to teach you the fundamentals of creating web applications with Python & Django by building a real project step-by-step.

Рекомендации по теме
Комментарии
Автор

Is there any technical reason you do "<int:id>/edit/" rather than "edit/<int:id>/" ? I know the order that urls are listed mattered, so I wasn't sure if this also mattered.

Coming from a web design background (html, wordpress, etc.) I see it the second way more often than the first, so I was just wonder if there was a specific reason.

SoulScribbler