mirror of
https://github.com/django/django.git
synced 2025-10-17 22:07:29 +00:00
Removed outdated "adminindex" command -- the same behavior is now far easier and better done in a template, or perhaps a custom AdminSite.index
function. Refs #5500.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8548 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
ab7eabfcd1
commit
7e06b69a3d
5 changed files with 2 additions and 54 deletions
|
@ -449,9 +449,5 @@ uses a template variable called ``app_list``. That variable contains every
|
|||
installed Django app. Instead of using that, you can hard-code links to
|
||||
object-specific admin pages in whatever way you think is best.
|
||||
|
||||
Django offers another shortcut in this department. Run the command ``python
|
||||
manage.py adminindex polls`` to get a chunk of template code for inclusion in
|
||||
the admin index template. It's a useful starting point.
|
||||
|
||||
When you're comfortable with the admin site, read :ref:`part 3 of this tutorial
|
||||
<intro-tutorial03>` to start working on public poll views.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue