Questions tagged [mezzanine]

Mezzanine is an open source content management platform built using the Django framework.

Mezzanine is an open source content management platform built using the Django framework. It features hierarchical pages, inline editing, scheduled publishing, blog importing, and more.

For more information visit the Mezzanine project website.

465 questions
0
votes
1 answer

mezzanine and cartridge schemamigration issues

I am working on building a ecomerse site with digital downloads to do this I need to add a field to the product model I know that mezzanine allows for injection of aditional fields but when I run schemamigration it adds the first field then hangs…
bobthemac
  • 1,172
  • 6
  • 26
  • 59
0
votes
1 answer

mezzanine: is it possible to organize parent menu on top and branch menu on the left?

I'd like to organize the web page of my mezzanine website as follows: The parent menu is on the top (not shown on the left side) The left sidebar is empty initially. If a button in the parent menu is clicked, its associated branch menu will show up…
Randy Tang
  • 4,283
  • 12
  • 54
  • 112
0
votes
1 answer

Mezzanine StackedDynamicInlineAdmin delete row

I'm using Django with Mezzanine and I would like to have a variable number of pictures for a given "Plugin" instance. Do do so, I've used a "PluginScreenshot" model with a ForeignKey pointing to the associated "Plugin" and an ImageField to store the…
Jerome
  • 1,225
  • 2
  • 12
  • 23
0
votes
1 answer

Change link text in template based on referrer

I'm making a navbar for my blog. If a reader arrives at a post from the post listing, I want the navigation link to say "Back to the post listing" or something like that. If the visitor comes from another source, I'd like the link to say "Read other…
raddevon
  • 3,290
  • 4
  • 39
  • 49
0
votes
1 answer

mezzanine shop is not shown if behind a virtualhost

I developed my first shop using mezzanine. If I run it with python manage runserver 0.0.0.0:8000 it works well, but if I try to put an apache virtualhost in front of it, the result I get is awful, because I only see the home page, but not the other…
Ottavio Campana
  • 4,088
  • 5
  • 31
  • 58
0
votes
2 answers

HTML5 UP not working correctly in Django/Mezzanine project

I am trying to use HTML5 UP! with a Django/Mezzanine project and I am having problems getting skeljs to correctly load the style css files. This is how I am loading files in my base.html file: