﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
18544	Same issue as Ticket #2673	jmcbade@…	nobody	"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"	Bug	closed	contrib.admin	1.4	Normal	invalid	admin		Unreviewed	0	0	0	0	0	0
