#9875: urls.py instructions incomplete ---------------------------+------------------------------------------------ Reporter: dberger | Owner: nobody Status: new | Milestone: Component: Documentation | Version: 1.0 Keywords: | Stage: Unreviewed Has_patch: 0 | ---------------------------+------------------------------------------------ This version of the tutorial does not instruct the user to uncomment the following lines in urls.py:
from django.contrib import admin admin.autodiscover() It only instructs the user to uncomment: (r'^admin/(.*)', admin.site.root), Perhaps this is not necessary in v 0.96. I am using v 1.0.2. I was sent to this version of the tutorial because I am not using a development version. -- Ticket URL: <http://code.djangoproject.com/ticket/9875> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" 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-updates?hl=en -~----------~----~----~----~------~----~------~--~---
