[mezzanine-users] Re: Production server works only when DEBUG=True else it throws internal server error

2016-01-25 Thread Salar Rahmanian
http://stackoverflow.com/questions/4970489/what-could-cause-a-django-error-when-debug-false-that-isnt-there-when-debug-tru On Sunday, January 24, 2016 at 12:02:48 PM UTC-5, Mani Kandan wrote: > > After deployment, the production server throws Internal server error. > After I included DEBUG=True, I

[mezzanine-users] 404 page with USE_I18N = True

2016-01-25 Thread dborisov86
Hi guys, I have a site with USE_I18N = True and only one language - russian. There is no language code in any url created by CMS and it is OK. But when I try to get nonexistent page it redirects me to 404 page with language code. Why? Here is a log: [Mon Jan 25 18:38:11 2016] GET /sdasdasasdasda

[mezzanine-users] EXTRA_MODELS_FIELDS broken with Django 1.8 ?

2016-01-25 Thread xBlake
Hi, after an upgrade to Cartridge 0.11.0, Mezzanine 4.1.0 and Django 1.8.8 to an existing project, migrations have stopped working. I'm getting following(like) errors about duplicate columns: *Applying shop.0001_initial... OKApplying shop.0002_auto_20141227_1331...Traceback (most recent call l

[mezzanine-users] Re: cartridge_braintree released with v.zero and PayPal support

2016-01-25 Thread henri
Today I released an upgrade of *cartridge_braintree* to Cartridge 0.11. > > -- 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+unsubscr...@google

[mezzanine-users] Re: EXTRA_MODELS_FIELDS broken with Django 1.8 ?

2016-01-25 Thread Salar Rahmanian
This post covers it: http://bitofpixels.com/blog/upgrading-to-mezzanine-4/ On Monday, January 25, 2016 at 3:03:51 PM UTC-5, xBlake wrote: > > Hi, > > after an upgrade to Cartridge 0.11.0, Mezzanine 4.1.0 and Django 1.8.8 to > an existing project, migrations have stopped working. > I'm getting fo

Re: [mezzanine-users] Re: EXTRA_MODELS_FIELDS broken with Django 1.8 ?

2016-01-25 Thread Eduardo Rivas
That's a post about upgrading to Mezzanine 4.0. The issue described in the original message is new and started with the recent release of Mezzanine 4.1. You can follow the progress here: https://github.com/stephenmcd/mezzanine/issues/1513 -- You received this message because you are subscribed to