Hello,
I'm using Django trunk.
After some weeks of paused development I started my app again today. But as
soon as I access the URL defined at the root urls.py:
(r"^blog/", include("xgm.Blog.urls")),
I get an error:
Error while importing URLconf 'xgm.Blog.urls': name 'django' is not defined
The first line of xgm.Blog.urls is:
from django.conf.urls.defaults import *
The app is started with the manage.py script.
Anyone got an idea whats is wrong here?
Thanks,
Florian
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---