Re: [mezzanine-users] Re: Problems Moving my mezzanine site to AWS EC2 + S3

2018-04-14 Thread Salar Rahmanian
I got it to work but the uploading pictures using mezzanine admin dash is super slow and I never found a fix for it to see why. Regards, Salar Rahmanian > On Apr 14, 2018, at 8:34 AM, Paul Tremblay <paulhtremb...@gmail.com> wrote: > > Did you ever get this fixed? We deploy

[mezzanine-users] Problems Moving my mezzanine site to AWS EC2 + S3

2016-01-26 Thread Salar Rahmanian
Hi I am trying to move my Mezzanine site to be hosted on Amazon AWS EC2 with the static and media files on S3 My settings.py: # Amazon AWS_HEADERS = { 'Expires': 'Thu, 31 Dec 2099 20:00:00 GMT', 'Cache-Control': 'max-age=94608000', } AWS_STORAGE_BUCKET_NAME = 'xx'

[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,

[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