﻿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
16637	Admin site gives DoesNoteExist at /admin/	camey@…	nobody	"After enabling the admin site in settings.py and urls.py the admin site fails to come up and gives the error above. It appears that there is a missing step that isn't mentioned in the tutorial.
------
from django.contrib.sites.models import Site
import settings

Site(id=settings.SITE_ID, domain=""localhost"", name=""mysite"").save() 
------

After adding that I was able to get the admin login screen to come up.
"	Bug	closed	Documentation	1.4	Normal	invalid		charette.s@…	Unreviewed	0	0	0	0	1	0
