On Thu, May 29, 2008 at 11:15 AM, nib <[EMAIL PROTECTED]> wrote:

>
> it is ROOT_URLCONF = 'csp.urls'  in the settings.py file.  Caps locks
> must have been on when I typed those 3 letters.
>

And is your directory lowercase 'csp' as well?  Case matters.

I'm confused how your settings file had: ROOT_URLCONF = {{ project_name
}}.urls

That's what is in the template settings file used to generate your
project-specific setttings.py.  The django-admin.py startproject processing
should have replaced that '{{....}}' string with the real project name.  The
fact that it didn't implies something went awry, but I have no idea what or
why.  But something doesn't seem quite right with your setup.

Karen

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