Have you edited your urls.py file?

You'll need to make sure the admin site is enabled by uncommenting
this line:
(r'^admin/', include('django.contrib.admin.urls')),

And you'll also need to make sure you have:
'django.contrib.admin',
in the INSTALLED_APPS section of your settings.py file.  Make sure to
run ./manage.py syncdb after adding it.
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to