Thanks ... bear with me as I'm new to this and not the brightest bulb ... I used 'python manage.py adminindex myApp' last week on .96 with what I thought was nothing other than the base installed (from the Debian repository). I moved to 1.1.1 and it doesn't work and as you point out, it is not in the docs.
It is in the .96 docs so I assume it was dropped from the current version. I'll just customize the admin index template manually. Before I drop the subject, is modifying the template and "hardcoding" the admin menu I want the best way to customize the content on the admin index page? Thanks! On Nov 28, 2:29 pm, Karen Tracey <kmtra...@gmail.com> wrote: > On Sat, Nov 28, 2009 at 1:59 PM, dogfuel <joseph.b.ba...@gmail.com> wrote: > > I believe I'm missing the obvious ... on 1.1.1, I am trying to use the > > adminindex command with manage.py ... I see the below" > > > # python manage.py adminindex myApp > > Unknown command: 'adminindex' > > Type 'manage.py help' for usage. > > > My INSTALLED_APPS does include 'django.contrib.admin'. > > > Thanks in advance - I realize I could manually create the output of > > this command but fear it is a symptom of a larger installation issue. > > What doc are you looking at that mentions an adminindex command? The > subcommands that come with Django are listed here: > > http://docs.djangoproject.com/en/dev/ref/django-admin/#available-subc... > > adminindex is not there. Possibly it is something supplied by an add-on > project, and that needs to be listed in INSTALLED_APPS, but it is not a > subcommand I have heard of before so I don't know. So whatever doc you are > looking at that has mentioned adminindex might give a clue, since presumably > it is doc for something other than base Django. > > Karen -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.