#18544: Same issue as Ticket #2673
-------------------------------+--------------------
Reporter: jmcbade@… | Owner: nobody
Type: Bug | Status: new
Component: contrib.admin | Version: 1.4
Severity: Normal | Keywords: admin
Triage Stage: Unreviewed | Has patch: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+--------------------
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
--
Ticket URL: <https://code.djangoproject.com/ticket/18544>
Django <https://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.