Re: Multi-tenant Django

2012-05-23 Thread Josh Cartmell
I wanted to point out that Mezzanine doesn't actually just use django.contrib.sites. Mezzanine uses django.contrib.sites and thread locals. The way it is set up example1.com and example2.com can both be driven by the exact same django instance but have different content. The third paragraph in t

Re: Simplify the default project template

2013-01-31 Thread Josh Cartmell
Long time lurker here. Anyways, one thing that I think might trip up beginners is this line: # Quick-start development settings - unsuitable for production For a beginner that could be a very daunting statement that could leave them wondering: Why is this unsuitable for production and what is sui

Re: Django 1.5.1 released

2013-04-02 Thread Josh Cartmell
Thanks for the release! Kind of random question, but this seems like the best place to ask it. I used to use Twitter mobile notifications to keep up with Django releases, but I've noticed that the last three releases (since 1.4.4) have not been announced on Django's Twitter. Is this just an over

Re: Django 1.5.1 released

2013-04-03 Thread Josh Cartmell
ve notification. > > Yours > Russ Magee %-) > > > > > > > > On Wed, Apr 3, 2013 at 12:10 AM, Josh Cartmell wrote: > > Thanks for the release! > > > Kind of random question, but this seems like the best place to ask > > it.  I used to use Twitter

Re: Django 1.5.1 released

2013-04-07 Thread Josh Cartmell
Thanks for the extra details Jacob. I had a bit of time and thought it was an interesting challenge so I created a Google Script based twitter bot that tweets the title and links of everything posted to the Django Announce Google group. There may be bugs but so far it's working, you can check it

Django 1.6 GenericRelation regression

2013-11-11 Thread Josh Cartmell
I am a developer that helps out with Mezzanine and ever since 1.6 came out we have been struggling to get Mezzanine to work under it. The trouble that we have run into in 1.6 is getting a GenericRelation to show up in admin fieldsets, this worked previously. Here is