Re: Space added when including URLs

2008-08-30 Thread Malcolm Tredinnick
On Sat, 2008-08-30 at 09:08 -0700, Leaf wrote: > I'm testing a styles app, and I tried this URL: > > http://localhost:8000/styles/css/test-style/ > > When I did that, it responded with a 404 error. It said it checked > against the URLConfs I had included, which were: [...] >1. ^admin/doc/

Space added when including URLs

2008-08-30 Thread Leaf
I'm testing a styles app, and I tried this URL: http://localhost:8000/styles/css/test-style/ When I did that, it responded with a 404 error. It said it checked against the URLConfs I had included, which were: # /devsite/urls.py urlpatterns = patterns('', # Example: # (r'^devsite/', inc