#15381: Tutorials: 'mysite.polls' instead of 'polls' in some First Django App ---------------------------------------+------------------------------------ Reporter: bubboz | Owner: Status: new | Milestone: Component: User Experience | Version: 1.2 Keywords: tutorial first django app | Triage Stage: Unreviewed Has patch: 0 | ---------------------------------------+------------------------------------ Hi, I don't know if this is just my instance (and the fact I was running the tutorial under apache) but in two places I needed to replace 'polls' with 'mysite.polls'.
First was in INSTALLED_APPS in settings.py Second was in urlpatterns in urls.py. Obviously it works for some instances, but maybe a note saying sometimes it needs to be mysite.polls not just polls? (Took ages to work it out for myself) Cheers. -- Ticket URL: <http://code.djangoproject.com/ticket/15381> 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.
