Re: [mezzanine-users] drum

2016-04-18 Thread Icham Achtir
Thanks steven, it's working now. > > -- > Stephen McDonald > http://jupo.org > -- 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

Re: [mezzanine-users] Image Expires Tag - how can I alter this? [Basic user with no understanding query]

2016-04-18 Thread Ken Bolton
Hi Richard, If you are using the Fabric script to deploy your site behind an nginx web server, the default configuration includes thirty-day expires headers at https://github.com/stephenmcd/mezzanine/blob/master/mezzanine/project_template/deploy/nginx.conf.template#L41. -ken On Mon, Apr 18,

Re: [mezzanine-users] What is the best way to edit sections/part of a page?

2016-04-18 Thread Ken Bolton
I expected that you would end up there. For good or ill, this was the solution for SPA before onepage and blocks existed and had required no maintenance as Mezzanine has changed. -ken On Mon, Apr 18, 2016 at 1:03 PM, Sebastian Wain wrote: > Thank you again. Finally I

Re: [mezzanine-users] What is the best way to edit sections/part of a page?

2016-04-18 Thread Sebastian Wain
Thank you again. Finally I am following your suggestion (detracting from my worst case scenario position) because just adding an editable block for each subpage makes the trick. In this way the user will be able to edit all the parts individually on the parent page. Thanks, Sebastian On

[mezzanine-users] Image Expires Tag - how can I alter this? [Basic user with no understanding query]

2016-04-18 Thread Richard Jackson
Hi there, I recently ran an SEO check on my site which is telling me (amongst other things) that I'm not using expires headers for my images. The explanation advises that to resolve this I some lines to the .htaccess file, specifically: ExpiresActive on ExpiresByType image/jpg

Re: [mezzanine-users] Templates

2016-04-18 Thread Cameron Burnett
Thanks for the info. On Monday, April 18, 2016 at 8:37:53 PM UTC+10, Stephen McDonald wrote: > > See https://github.com/stephenmcd/mezzanine/issues/1512 > > On Mon, Apr 18, 2016 at 8:08 PM, Cameron Burnett > wrote: > >> Probably an easy question. I'm just a little confused

Re: [mezzanine-users] Templates

2016-04-18 Thread Stephen McDonald
See https://github.com/stephenmcd/mezzanine/issues/1512 On Mon, Apr 18, 2016 at 8:08 PM, Cameron Burnett wrote: > Probably an easy question. I'm just a little confused about how the > templates are meant to work. I'm using Mezzanine 4.1.0, Django 1.8.11, and > Python

[mezzanine-users] Templates

2016-04-18 Thread Cameron Burnett
Probably an easy question. I'm just a little confused about how the templates are meant to work. I'm using Mezzanine 4.1.0, Django 1.8.11, and Python 3.3.6. If I run... python manage.py collecttemplates -t base.html I get the following traceback... Traceback (most recent call last): File

[mezzanine-users] Re: Adding pagination to Mezzanine TabularDynamicInlineAdmin

2016-04-18 Thread Cajoline
Hi ! For exemple, if you want paginate TabularDynamicInline or StackedDynamiqueInline model, create a page_processor for your model page and paginate Tabular Model look at this: https://gist.github.com/Cajoline/99a7610fad9f97567b35e4a635504d57 Le samedi 4 juillet 2015 20:19:52 UTC+2, Lee H. a

Re: [mezzanine-users] drum

2016-04-18 Thread Stephen McDonald
Thanks for the report, it's fixed: https://github.com/stephenmcd/drum/issues/32 PS: Please don't double-post. On Mon, Apr 18, 2016 at 6:09 AM, Icham Achtir wrote: > > Hi, > > i have some issue with drum & django 1.9 > > i think is linked with the following warning: > >