Based some tutorials and code examples, I'm attempting to modify my
admin page by adding "admin.py" in my project directory. However, the
changes don't seem to make a lick of difference.

This (http://www.webmonkey.com/tutorial/
Install_Django_and_Build_Your_First_App#Check_your_head) implies that,
by creating "admin.py" in the "djangoblog" directory (if the tutorial
is followed verbatim) with the listed code, the "Auth" and "Sites"
sections of the administration page would not show up. I also take
that to mean, based on other documentation I've read, that these, and
other models, can be rearranged in the admin interface as desired.

However, I ran across this (http://docs.djangoproject.com/en/dev/ref/
contrib/admin/#adminsite-objects) that makes me believe such ideas are
in Django 1.1, rather than 1.0.2, which I am currently running. Is
this correct?

If the modification should be done in templates, let me know; I do
think admin.py is the appropriate place for it, but I'm new to the
community.

Thank you,

James

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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
-~----------~----~----~----~------~----~------~--~---

Reply via email to