[mezzanine-users] Re: DEBUG = True does not show debug in browser

2014-02-03 Thread jaroslaw . boss
Hi, Do you mean why can't you do {{ settings.DEBUG }} in a template? Or are you talking about the debug error messages? I mean debug error messages. I've set DEBUG=True in my settings.py This is a development install on local machine (macosx) inside virtualenv I am trying to add some 3rd party

[mezzanine-users] Re: Multi Domain - But Related Content Question?

2014-02-03 Thread Chad Dupuis
I would appreciate any input that anyone can offer on this. Perhaps to simplify the question a little - with mezzanine what would the best practices be to setup 4 diverse but ultimately interconnected sites? I know more information would be needed to answer the question specifically,

Re: [mezzanine-users] Bad request (400)

2014-02-03 Thread Josh Cartmell
Hey Sam, I'm not sure if it worked on earlier versions of Mezzanine, but you can do: pip install mezzanine==3.0.0 to specifically install Mezzanine 3.0.0. You can of course change 3.0.0 to whatever version you want. On Mon, Feb 3, 2014 at 3:56 PM, Stephen McDonald st...@jupo.org wrote: I've

[mezzanine-users] Re: In-line editing of DateTimeField updates year to current year

2014-02-03 Thread Fernando Macedo
Upd: I'm using Mezzanine 1.4.16 with Django 1.5.5. The code from django/forms/extras/widgets.py (self.years = range(this_year, this_year + 10)) looks the same on Django trunk. Em segunda-feira, 3 de fevereiro de 2014 23h43min09s UTC-2, Fernando Macedo escreveu: In-line editing of

Re: [mezzanine-users] Bad request (400)

2014-02-03 Thread Sam
Josh , Thanks i figured out that part . I have it working now. Sam -- You received this message because you are subscribed to the Google Groups Mezzanine Users group. To unsubscribe from this group and stop receiving emails from it, send an email to

[mezzanine-users] Re: Looking for Developer to create a site in mezzanine based on my current site

2014-02-03 Thread Eduardo Rivas
Hmm, $20 a month for hosting seems a little expensive to me. You should take a look a Digital Ocean (VPS for $5/mo) or Webfaction (shared (managed) hosting for $9/mo). They are both great for hosting Django projects, and I'm sure others can also suggest low-priced alternatives. -- You