From 7e06b69a3d1e1cdfef625bdf96f97ca5eb0eed74 Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Mon, 25 Aug 2008 18:53:18 +0000 Subject: 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 --- docs/intro/tutorial02.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'docs/intro') diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt index 4af08c48af..ffc95952f6 100644 --- a/docs/intro/tutorial02.txt +++ b/docs/intro/tutorial02.txt @@ -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 ` to start working on public poll views. -- cgit v1.3