﻿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
9174	Following 2nd part of tutorial	johnturek	nobody	"#

Add ""django.contrib.admin"" to your INSTALLED_APPS setting.
#

Run python manage.py syncdb. Since you have added a new application to INSTALLED_APPS, the database tables need to be updated.


here is what i did...

INSTALLED_APPS = (
    'django.contrib.auth',
    'django.contrib.contenttypes',
    'django.contrib.sessions',
    'django.contrib.sites',
    'django.contrib.admin'
    'mysite.polls'
)

john-tureks-macbook:mysite johnturek$ python manage.py syncdb
Error: No module named adminmysite


"		closed	Uncategorized	1.0		invalid			Unreviewed	0	0	0	0	0	0
