Hi there,

I've created some flatpages and they work great. For example
http://127.0.0.1:8000/home/ and http://127.0.0.1:8000/blog/

I'm catching my flatpages with
urlpatterns += patterns('',
    (r'', include('darren_web.flatpages.urls')),
)

What I want though is for http://127.0.0.1:8000/home/ to come up as
http://127.0.0.1:8000/
How can I do this?


Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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