As you're using a recent (last couple of months) checkout and/or Django 1.0, you'll find that there have been some changes to the way the admin application works. See here: http://docs.djangoproject.com/en/dev/ref/contrib/admin/ - this should set you on the right path to learning about these changes.
As the Django Book doesn't cover these - unfortunately it does things the pre newforms-admin way - I'd suggest using the official tutorial to familiarize yourself with the framework: http://docs.djangoproject.com/en/dev/intro/tutorial01. On Jan 7, 5:13 am, "Paul Campbell" <pcs...@gmail.com> wrote: > Working examples in djangobook /1.0 chapter06 > > Can not get the Admin Interface to display using suggested urls.py / > settings.py > > #urls > from django.conf.urls.defaults import * > > urlpatterns = patterns('', > (r'^admin/', include('django.contrib.admin.urls')), > ) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---