django-reusable-app-docs
latest
How do I distribute my app?
Django Reusable App Conventions
Admin
Context Processors
Documentation
Feeds
Forms
Managers
Middleware
Models
Templates
Template Tags
Tests
Urls
Views
Django Project Conventions
django-reusable-app-docs
Docs
»
Django Reusable App Conventions
»
Urls
Edit on GitHub
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.