#3498: Django tutorial lists wrong 'installed apps' entry -------------------------------+-------------------------------------------- Reporter: [EMAIL PROTECTED] | Owner: jacob Status: new | Component: Documentation Version: SVN | Keywords: Stage: Unreviewed | Has_patch: 0 -------------------------------+-------------------------------------------- On http://www.djangoproject.com/documentation/tutorial1/, the tutorial explains that I should put 'mysite.polls' into INSTALLED_APPS. If I do that, I get an error (when running sql polls) {{{django.core.exceptions.ImproperlyConfigured: App with label polls could not be found}}} However, if I just put 'polls' into that list, the sql command succeed. NB. I have not used 'mysite' as the project name, but a different string, and used that everywhere the tutorial says 'mysite'.
-- Ticket URL: <http://code.djangoproject.com/ticket/3498> 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 -~----------~----~----~----~------~----~------~--~---
