On 4-7-2012 19:18, Scott Somers wrote:

> My urls
> 
> urlpatterns = patterns('',
>     (r'^media/(?P<path>.*)$', 'django.views.static.serve', {'document_root': 
> settings.MEDIA_ROOT }),
> )
> 
> urlpatterns += patterns('',
>     url(r'^$', 'tacobakedotnet.dotnet_forms.views.home'),
>     url(r'^(\S+)/(\S+)', 'tacobakedotnet.dotnet_forms.views.home'),    

It looks like you have the project name in the view, which suggests the
current working directory of the project is one directory too high.
Could you show the directory layout, including the location of
settings.py, admin.py for the app and views.py.

-- 
Melvyn Sopacua


-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to