On Wed, 2006-05-03 at 05:46 -0700, Dave wrote:
> Hi Michael,
> 
> Here's the contents of my urls.py:
> 
> from django.conf.urls.defaults import *
> 
> urlpatterns = patterns('',
>     # Example:
>     # (r'^mysite/', include('mysite.apps.foo.urls.foo')),
> 
>     # Uncomment this for admin:
>      (r'^admin/', include('django.contrib.admin.urls')),
> )

Well this certainly looks pretty normal. Are you testing this using
"python manage.py runserver" from inside your tutorial application
directory? If so, have a look at the first line after the test server
starts. It will say something like

   Django version 0.95 (post-magic-removal), using settings 'website.settings'

Does the bit that says "website.settings" in my example say the right
thing for your setup (replace "website" with whatever your app directory
is for your tutorial code, basically)?

Cheers,
Malcolm



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