Hi Chris,

you may have a problem with your urls.py

- check if you activated the admin site correctly (see
http://www.djangoproject.com/documentation/tutorial02/#activate-the-admin-site
- check if you have a pattern that catches /admin/ earlier on

Do you use django-profiles? If yes: You do not use it properly:

- It seems to not be installed correctly as django does not find the
views module
- "Recommended usage (for profiles/urls.py) is to use a call to
``include()`` in your project's
root URLConf to include this URLConf for any URL beginning with '/
profiles/'."

Mitja
--~--~---------~--~----~------------~-------~--~----~
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