Re: reverse question

2009-02-28 Thread adrian
I'm using PINAX and the way I had apache configured it was finding the PINAX apps but not the custom app I built that was in a subdirectory. To be more precise it was seeing the urls.py file for my app because it was included from the main urls.py, but it was not seeing the views.py for my app

Re: reverse question

2009-02-26 Thread Alex Gaynor
On Fri, Feb 27, 2009 at 12:02 AM, adrian wrote: > > > I have a working app I'm trying to host. I have this line in urls.py > in my project directory: > > url(r'^$', direct_to_template, {"template": "homepage.html"}, > name="home") > > and my base template uses the tag {%

reverse question

2009-02-26 Thread adrian
I have a working app I'm trying to host. I have this line in urls.py in my project directory: url(r'^$', direct_to_template, {"template": "homepage.html"}, name="home") and my base template uses the tag {% url home %}, and I am getting the error message: NoReverseMatch: Reverse for