>
> 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
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
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 ?
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
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