#7861: Tutorial does not have user insert admin.autodiscover() in lesson 2 -----------------------------------+---------------------------------------- Reporter: [EMAIL PROTECTED] | Owner: nobody Status: new | Milestone: 1.0 alpha Component: Documentation | Version: SVN Keywords: tutorial autodiscover | Stage: Unreviewed Has_patch: 0 | -----------------------------------+---------------------------------------- After the NFA branch was added, tutorial lesson 2 does not work in the section called "Activate your admin site". If you follow the instructions, and then try to login to the admin site, you are met with "You have no permissions to be here" type error.
You need to add the following lines in urls.py admin.autodiscover() then the tutorial works as expected. Also, I'm wondering if we want to have the manage.py add the line commented out, like it does for the other lines. -- Ticket URL: <http://code.djangoproject.com/ticket/7861> Django Code <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 -~----------~----~----~----~------~----~------~--~---
