Re: Djangopeople.net status

2012-05-09 Thread Alex Sosnovskiy
> > https://convore.com/djangopeoplenet-development/ - gives http404 > Djangopeople.net is dead? If to be honest I don't understand you, guys! What's the profit of rewriting views to class-based if djangopeople.net is down for a year ? I would like to help, but don't know how. -- You receive

Proposal: Signal connection via "my_app.MyModel"

2012-05-09 Thread Yo-Yo Ma
I'd like to suggest adding the ability to connect signals with models by app label and model name. Example API: post_save.connect( my_signal_handler, sender='my_app.MyModel' ) This would allow for better decoupling of code, as well as a far cleaner dependency graph. I'm not certain how

Re: Djangopeople.net status

2012-05-09 Thread Aaron C. de Bruyn
On Wed, May 9, 2012 at 1:37 PM, Alex Sosnovskiy wrote: >> https://convore.com/djangopeoplenet-development/ - gives http404 > > Djangopeople.net is dead? > > If to be honest I don't understand you, guys! What's the profit of rewriting > views to class-based if djangopeople.net is down for a year ?

Re: Multi-tenant Django

2012-05-09 Thread Brett H
Alec, Mezzanine is using standard django.contrib.sites. Nothing special there. The main issue with the sites framework is that each site runs using a separate process and settings, so the resources can add up depending on how you setup the stack, and managing the tenants becomes the issue as they

Re: Djangopeople.net status

2012-05-09 Thread Russell Keith-Magee
On Thu, May 10, 2012 at 9:19 AM, Aaron C. de Bruyn wrote: > On Wed, May 9, 2012 at 1:37 PM, Alex Sosnovskiy wrote: >>> https://convore.com/djangopeoplenet-development/ - gives http404 >> >> Djangopeople.net is dead? >> >> If to be honest I don't understand you, guys! What's the profit of rewritin