#20902 closed Bug (invalid)
Add more warnings to Tutorial (part 1 or 2).
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | 1.5 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Dear Django Team,
I am following your tutorial to start my first Django-powered project.
I followed part 1 (https://docs.djangoproject.com/en/dev/intro/tutorial01/) and I started with part 2.
Please explain (or at least warn reader) that they need to enable the admin interface by updating urls.py or any newbie like me will go to http://127.0.0.1/admin/ but not find the interace and think "hum, I missed something".
Kind Regards,
David
Note:
See TracTickets
for help on using tickets.
You've probably followed the tutorial for the development version of Django (future 1.7) and installed Django 1.5.
At the beginning, the tutorial instructs you to check the version of Django you've installed to prevent such issues. Could you re-check?
Please re-open if this happens on Django 1.6 or later.