Django ACL Design Question

2009-04-18 Thread mguthrie
I've spent quite a bit of time investigating several frameworks for a project I am starting. I initially wrote off Django due to it not being able to handle my ACL needs. After reviewing other frameworks I've determined that I will probably have to write something custom regardless of the

Re: Design Question

2009-02-05 Thread mguthrie
Anybody? On Feb 3, 9:41 am, mguthrie <mitchguth...@gmail.com> wrote: > I'm looking at creating an application that would use Django Auth for > managing users but once logged in the user will "belong" only to a > specific organization and can only

Design Question

2009-02-03 Thread mguthrie
I'm looking at creating an application that would use Django Auth for managing users but once logged in the user will "belong" only to a specific organization and can only work with data associated with that organization. I've looked at using the Django Sites contrib but I would like something

Django Continuous Integration

2009-01-13 Thread mguthrie
I've been working on understanding "agile" programming practices as well as setting up a proper development/testing/release environment. There are several good resources out there for getting these things configured for Python projects in general but nothing really specific to Django. What has

Re: Building Django web application

2008-10-10 Thread mguthrie
The following link seems to support Graham's conclusion: http://www.technobabble.dk/2008/aug/25/django-mod-wsgi-perfect-match/ -MG On Oct 10, 6:53 pm, mguthrie <[EMAIL PROTECTED]> wrote: > Graham, >    Thanks for the detailed response.  I have yet to get too much into > the inte

Re: Building Django web application

2008-10-10 Thread mguthrie
AIL PROTECTED]> wrote: > On Oct 11, 9:23 am, mguthrie <[EMAIL PROTECTED]> wrote: > > > I had read in more than one place that a django instance can eat up to > > 10mb - 30mb of memory.  I don't know whether that is fact or fiction > > and I'm also confused by the te

Re: Building Django web application

2008-10-10 Thread mguthrie
for replying. -MG On Oct 10, 2:58 pm, "Colin Bean" <[EMAIL PROTECTED]> wrote: > On Fri, Oct 10, 2008 at 12:34 PM, mguthrie <[EMAIL PROTECTED]> wrote: > > > I've been looking into Django for building something that is more web > > application than it is web

Building Django web application

2008-10-10 Thread mguthrie
I've been looking into Django for building something that is more web application than it is website. I understand that Django has been developed in a sort of CMS mindset but to date I haven't found any reason why it couldn't create non-content centric web apps as well. My project requirements