Re: Picky Generic Views

2008-10-11 Thread Malcolm Tredinnick
On Fri, 2008-10-10 at 18:43 -0600, Jeff Anderson wrote: > Hello, > > So I'm working on a third party Django app, and we use a couple generic > views, specifically login and logout. > > For the urls.py in a project that uses our app, we do this: > > (r'^path', include(smug.urls), {'repo': '

Picky Generic Views

2008-10-10 Thread Jeff Anderson
Hello, So I'm working on a third party Django app, and we use a couple generic views, specifically login and logout. For the urls.py in a project that uses our app, we do this: (r'^path', include(smug.urls), {'repo': 'docs'}) Our own views need the repo kwarg. This is something necessary fo