Opened 12 years ago
Closed 12 years ago
#18544 closed Bug (invalid)
Same issue as Ticket #2673
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | contrib.admin | Version: | 1.4 |
Severity: | Normal | Keywords: | admin |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Working my way through the getting started and I gat the same error:
Page not found (404)
Request Method: GET
Request URL: http://127.0.0.1:8000/
Using the URLconf defined in mysite.urls, Django tried these URL patterns, in this order:
admin/doc/
admin/
The current URL, , didn't match any of these.
You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.
I have tried this using the tutorial as is and trying our PyCharm from Jetbrains where you can select a check box to include the admin stuff.
There is no "admin" folder or "admin/doc" either. I didn't see one when I only used terminal to do everything either.
Do I need to do something else to get this admin part? Not clear from the documentation.
Thanks,
-John
Please, do not use the ticket system as a support channel.
TicketClosingReasons/UseSupportChannels