Trying my first Django install
After I do python manage.py runserver and connect to localhost port 8000 I 
get:


ImportError at /
No module named opensourceadmin.urls
Request Method: GET     
Request URL:    http://127.0.0.1:8000/  
Exception Type: ImportError     
Exception Value:        No module named opensourceadmin.urls    
Exception Location: 
/usr/local/lib/python2.4/site-packages/django/core/urlresolvers.py in 
_get_urlconf_module, line 87

In the settings.py I see a line:
ROOT_URLCONF = 'opensourceadmin.urls'

Was I supposed to rename, copy or edit urls.py?

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

Reply via email to