Re: How to simplify my views?

2006-01-02 Thread patrick k
first, we are working on a very similar application. it´s a tool for project-management which one could use to extend the django admin-interface (well, at least that´s what we do). to help with your problem: we are using django-authentication to check user- and group-information - which is in Dja

How to simplify my views?

2006-01-02 Thread Mike
Hi, I am creating an application similar to basecamp. On every view I need to do lots of book keeping such as checking to see if company exists, user exists, user is logged in, etc. before I can do what the view is actually there to do. That is a lot of redundancy as apposed to having a controlle