mirror of
https://github.com/django/django.git
synced 2025-11-09 07:40:28 +00:00
Fixed #9103 -- Added django.contrib.admin to the docs modindex (I think)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9051 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
8ec8e1a5e8
commit
c1bed37715
1 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,9 @@
|
||||||
The Django admin site
|
The Django admin site
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
|
.. module:: django.contrib.admin
|
||||||
|
:synopsis: Django's admin site.
|
||||||
|
|
||||||
One of the most powerful parts of Django is the automatic admin interface. It
|
One of the most powerful parts of Django is the automatic admin interface. It
|
||||||
reads metadata in your model to provide a powerful and production-ready
|
reads metadata in your model to provide a powerful and production-ready
|
||||||
interface that content producers can immediately use to start adding content to
|
interface that content producers can immediately use to start adding content to
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue