#8891: error in part 2 of the Writing Your First Django App tutorial ---------------------------------+------------------------------------------ Reporter: thegrandconjuration | Owner: nobody Status: new | Milestone: Component: Uncategorized | Version: 1.0 Keywords: | Stage: Unreviewed Has_patch: 0 | ---------------------------------+------------------------------------------ "Just one thing to do: We need to tell the admin that Poll objects have an admin interface. Edit the mysite/polls/admin.py file and add the following to the bottom of the file:"
No admin.py is created by python manage.py startapp polls. This should refer to 'mysite/polls/models.py'. -- Ticket URL: <http://code.djangoproject.com/ticket/8891> 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 -~----------~----~----~----~------~----~------~--~---
