Navigation
index
next
|
previous
|
django-reusable-app-docs v0.1.0 documentation
»
Django Reusable App Conventions
»
Urls
ΒΆ
Placed in APP/urls (.py or a directory)
Should have a name attribute so they are reversible; APP_MODEL_VIEW, for example blog_post_detail or blog_post_list.
Previous topic
Tests
Next topic
Views
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
Navigation
index
next
|
previous
|
django-reusable-app-docs v0.1.0 documentation
»
Django Reusable App Conventions
»