On Dec 14, 1:21 pm, jim <[EMAIL PROTECTED]> wrote:
> what does ur urls.py look like? is everything imported correctly
> there...
>
> Jim

I think so, I don't use generic views so there's hardly anything in
there. Here's the top of the file:

from django.conf.urls.defaults import *

urlpatterns = patterns('myproject.app1.views',

    url(r'^$', 'index', name="homepage"),

That ought to be enough to make it go right there...

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