Re: [mezzanine-users] Partitioned media library with a common folder

2015-09-01 Thread Eduardo Rivas
Yep, the symlink works great in production too. -- 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...@googlegroups.com. For more

Re: [mezzanine-users] Re: SuspiciousOperation at filebrowser and s3

2015-09-01 Thread Daniel Blasco
Hi, A different way to deal with this problem by overriding modified_time function, which actually fetches the object again from storage if modified_time is None: from storages.backends.s3boto import S3BotoStorage, parse_ts_extended > > class MyS3BotoStorage(S3BotoStorage): > def

[mezzanine-users] Re: Mezzanine <-> Django-Rest-Framework

2015-09-01 Thread Daniel McLellan
bump for code review request On Tuesday, September 23, 2014 at 4:53:52 PM UTC-4, batpad wrote: > > Just moving this discussion to a separate thread from [0] > > Stephen, if you (or anyone) have the time to look at my fork on github > and Andrzej Grymkowski's commit [1]: and maybe give a quick

[mezzanine-users] Re: Cartridge - SHOP_CHECKOUT_FORM_CLASS setting is deprecated

2015-09-01 Thread James Lewis
I have tried this and it is still not working, I have tried all the different urls on this group and I am still getting the same errors. What else do you have to change to stop this error appearing; is there not any changes I need to make in forms.py, settings or anything else? Sorry but I

Re: [mezzanine-users] Re: Cartridge - SHOP_CHECKOUT_FORM_CLASS setting is deprecated

2015-09-01 Thread Danny
On 2/09/2015 7:19 AM, James Lewis wrote: I have tried this and it is still not working, I have tried all the different urls on this group and I am still getting the same errors. What else do you have to change to stop this error appearing; is there not any changes I need to make in forms.py,

[mezzanine-users] Why custom css is not being applied

2015-09-01 Thread automotiveace
It seems that my custom css styles for my home page and content pages are no longer being applied. I applied them via additional css files and listed those add'l files after the default css files that ship with Mezzanine. I did it that way so that my added styles aren't deleted on upgrades.