Re: Where did you put your homepage view?

2007-05-23 Thread afarnham
> I'm juste curious, where did you put your homepage view when you've > got a project with a lot of apps? I create a django app called "site" and put my index view in there. I also put any template tags and filters that will be used across the project in that app. ~Aaron --~--~-~--~---

Syndication and authentication question

2006-07-21 Thread afarnham
I am messing with feeds for the first time with Django and was wondering if there is anyway to do authentication (i.e. grab the session) from inside the my Feed class? I followed the high level framework example from the documentation page if that helps in understanding how I implemented this feed