I'm reading "Python Web Develoment With Django" and I'm a total Django Newbie, and a total Python Newbie but I've heard so many great things about Django I had to try it.
I been following a long in the book. I was able to get the Blog application in the book to show in the Admin app web interface. But I can't see Auth and Sites. I generated the project: django-admin.py startproject <mysite> Auth and Sites are in settings.py with no issues. Something that the book did not tell me to do was in urls.py it didn't tell me to import: from django.contrib import admin to get: (r'^admin/', include(admin.site.urls)), to work. But I did. I checked my user in the database and is_superuser=1 Not sure where too look now. Been searching on the web for a while but no success in finding an answer as to why Auth and Sites don't show in the Admin app? And how can I get them to show? Any links/docs will be great. Thank you! -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

