Hello, I'm following the tutorial from the official Django website and, on the second part, when I try to access localhost:8000/admin, I get this exception: ImproperlyConfigured: Error while importing URLconf 'django.contrib.admin.urls': No module named urls
I'm using the latest version from the SVN. I searched the site-packages/django/contrib/admin, and there's no urls.py file. I downloaded the latest stable version (.96), and there is an urls.py file on the same directory, but when I tried to place it on the directory of the current Django version, other exceptions are thrown. What am I doing wrong? Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---