Re: View decorator for common navigation elements?

2011-09-29 Thread Alex Chan
Hi Victor, I think this is a very good question. I've been considering what the best approach would be and decided on either using a decorator as you've mentioned or implementing class based views. You can create base view classes that load common data for the different types of pages. You woul

Re: Cloudfiles Storage Backend

2011-09-26 Thread Alex Chan
Hi, Have you already checked out this project? http://code.welldev.org/django-storages/ I'm currently using this and it works great with Mongo's GridFS and S3. -- Alex On Mon, Sep 26, 2011 at 8:33 AM, Kurtis wrote: > Hey, > > I really want to build a storage back-end for cloudfiles. The snag