Is admin in INSTALLED_APPS?

https://docs.djangoproject.com/en/dev/ref/settings/#std:setting-INSTALLED_APPS

Casey

On 09/09/2011 07:04 PM, nara wrote:
Hi,

I am a newbie, and I am trying a very basic blog site to get familiar
with the latest development release. I followed the directions in the
tutorial (part 2) to try and get the automatic admin going. However,
here is what I get on the url localhost:8000/admin/

DoesNotExist at /admin/

Site matching query does not exist.

Request Method:         GET
Request URL:    http://localhost:8000/admin/
Django Version:         1.4 pre-alpha SVN-16741
Exception Type:         DoesNotExist
Exception Value:

Site matching query does not exist.

Further, syncdb, even on a brand new database, does not create tables
for the admin, just for django and my blog model.

Ideas, suggestions?

Thanks
Nara


--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to