I'm trying to follow the Tutorial02 and once i uncomment the admin
lines in urls.py i get :
ImproperlyConfigured at /mysite/
Error while importing URLconf 'mysite.urls': name 'admin' is not defined
berber
This probably sounds silly, but since you don't give any code snippets
then I can't be sure. Have you uncommented the import line:
from django.contrib import admin
in urls.py?
Ronny