Karen, Thanks for your reply. First, I am new to this and I did not make any change to the install per the tutorial I referenced above. Now, to your suggestion. This is my urls.py file: from django.conf.urls.defaults import *
urlpatterns = patterns('', # Example: # (r'^CSP/', include('CSP.foo.urls')), # Uncomment this for admin: (r'^admin/', include('django.contrib.admin.urls')), ) As you can see there is not reference to {{ project_name }}.urls in this file, there is a reference in settings.py, I changed it to: ROOT_URLCONF = 'CSP.urls' but now I get the same error as above but with this reference: Error while importing URLconf 'csp.urls': No module named csp.urls Please advise. nib --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---