Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation on named url patterns #298

Open
NotSqrt opened this issue Jul 7, 2013 · 0 comments
Open

Documentation on named url patterns #298

NotSqrt opened this issue Jul 7, 2013 · 0 comments

Comments

@NotSqrt
Copy link
Contributor

NotSqrt commented Jul 7, 2013

In django.contrib.admin, I always get lost among named url patterns, that are badly documented, and the source code does not help:

from what I remember:

  • reverse('admin:app_list')
  • reverse('admin:app_model_change', pk)
  • ...

We need a good documentation on the various named patterns :

  • admin home page
  • list models in app
  • change model list
  • edit model
  • add model
  • ...
@auvipy auvipy modified the milestones: 0.7.0 , 0.6.0 Nov 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants