[mezzanine-users] Custom menu in Mezzanine

2014-10-13 Thread Alexander Tyapkov
Good day to everybody! There is an example about how to customize the mezzanine menu: {% load pages_tags %} ul {% for page in page_branch %} {% if page.in_menu %} {% if page.is_current_or_ascendant or not page.is_primary %} li {% if not page.is_primary %} a href={{ page.get_absolute_url

[mezzanine-users] Dealing with a large number of pages

2014-10-13 Thread Jeff Heard
Is there a mod that dynamically loads or paginates the pages section in the admin? I have 1559 pages and I always get a 504 timeout on rendering. When I don’t, it still takes like a minute and a half to render the pages admin menu... -- You received this message because you are subscribed to

[mezzanine-users] Help With Mezzanine/Django Filebrowser and Amazon S3 Integration?

2014-10-13 Thread Billy
I'm currently working on a mezzanine cartridge site and I'm trying to use Amazon S3 to serve large (200Mb+) digital download files. Has anyone had success with using Amazon S3 with Mezzanine/Django Filebrowser? I've been looking around all morning for some help and I can't seem to get

Re: [mezzanine-users] Dealing with a large number of pages

2014-10-13 Thread Stephen McDonald
I don't know of one, but I'll just counter one anecdote with another. I generated 1463 pages evenly spread (11 primary pages, each with 11 children, which each have 11 children), and on my macbook air the admin interface takes about 6 seconds to render, the front-end which renders a full tree as

Re: [mezzanine-users] Dealing with a large number of pages

2014-10-13 Thread Stephen McDonald
PS: Here's the code I used for generating the page tree. https://gist.github.com/stephenmcd/f0673790525f1c40d2ca On Tue, Oct 14, 2014 at 6:55 AM, Stephen McDonald st...@jupo.org wrote: I don't know of one, but I'll just counter one anecdote with another. I generated 1463 pages evenly spread

Re: [mezzanine-users] Does Cartridge has customer center?

2014-10-13 Thread Wesley
Hi Stephen, Thanks for your reply., I got the place. Wesley 在 2014年10月13日星期一UTC+8上午3时29分48秒,Stephen McDonald写道: Mezzanine has public user accounts with profiles via the mezzanine.accounts app: http://mezzanine.jupo.org/docs/user-accounts.html Cartridge extends it with the ability to