On 2/5/08, Schmoopie <[EMAIL PROTECTED]> wrote:
> Improperly configured
> Error while importing URLconf 'mysite.urls'
>
> but there is no explanation here as to what is wrong with the
> configuration. What could be causing this?

It probably means that your ROOT_URLCONF, `mysite.urls`, is missing or
has a syntax error. Try importing it from the shell:

$ ./manage.py shell
>>> import mysite.urls

And see what happens. That should show you the error.

Jacob

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