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
3
votes
2 answers

How to install Mezzanine on Webfaction Server

I've been choosing a django CMS for my personal site, and I decided that Mezzanine would be the one that most satisfies my needs. But I find it impossible for me to install it on Webfaction. There's all kinds of errors going on, and for a noob like…
user14412
  • 987
  • 1
  • 11
  • 32
2
votes
1 answer

Setting year range for Mezzanine inline date editor

I'm having trouble with configuring the Mezzanine in-line editing for datetime fields. I have a field in the page something like this (as in http://mezzanine.jupo.org/docs/inline-editing.html) {% editable page.project.start %} {{…
Peteris
  • 3,281
  • 2
  • 25
  • 40
2
votes
0 answers

How to migrate from Django Mezzanine to Wordpress?

I see a lot of posts and articles about migrating fron Wordpress to Django Mezzanine but I need to migrate the other way. Move content from Mezzanine and into Wordpress. Does anyone have experience with this?
Asle
  • 767
  • 2
  • 8
  • 22
2
votes
1 answer

Django : Mezzanine front search module

I'm having a problem in my django's app using mezzanine. I have specified models searchable this way : SEARCH_MODEL_CHOICES = ('organization-pages.CustomPage', 'organization-network.DepartmentPage', …
AntoineLB
  • 482
  • 3
  • 19
2
votes
1 answer

Using Django-ModelTranslation with Django-Oscar, but "No new translatable fields detected"

I'm trying to use Django-ModelTranslation (0.12.2) to provide translation fields for products in Django-Oscar (1.5.2). It uses Django 1.10.8. I followed the documentation on Registering Models for Translation but keep getting this in response: No…
nusantara
  • 1,109
  • 1
  • 15
  • 38
2
votes
1 answer

Is it possible to use bootstrap themes on a Mezzanine/Cartridge website?

I am a newbie web developer tasked with creating a website for a client in the art industry. I've decided to roll with Mezzanine + Cartridge for the project as it seems like an accessible way to get started. I now have the server up and running with…
ifiore
  • 451
  • 2
  • 7
  • 19
2
votes
2 answers

Django & psycopg2: FATAL: password authentication failed for user

I'm having trouble connecting to my postgres database from my django site. Before beginning, I have read and attempted the instructions provided at each of these sites: Django setting : psycopg2.OperationalError: FATAL: Peer authentication failed…
2
votes
1 answer

lost form labels after installed a new theme on mezzanine Django projects

I created a mezzanine projects on a staging host. I found a theme was great for my project looking nice. So i downloaded the theme to my projects and changed theme name in settings.py. I also used mezzanine public accounts application by uncomment…
pytheworld
  • 49
  • 1
  • 9
2
votes
0 answers

django mezzanine multiple blogs on same site

I'm using Mezzanine for my blog and I want to add another page similar to the blog but separate in design and structure. Is this possible to do within 1 mezzanine project?
Torostar
  • 497
  • 2
  • 8
  • 18
2
votes
1 answer

How is a page instance's slug defined in Mezzanine CMS?

From the Mezzanine docs: By default the template pages/page.html is used, but if a custom template exists it will be used instead. The check for a custom template will first check for a template with the same name as the Page instance’s slug, and…
MezzanineLearner
  • 279
  • 1
  • 4
  • 12
2
votes
1 answer

Whitenoise, Mezzanine, Django -ImportError: cannot import name ManifestStaticFilesStorage

I am trying to deploy my mezzanine project on heroku. The last error gives me an ultimate stack- ImportError: cannot import name ManifestStaticFilesStorage. Here is my core project structure: ├── deploy │   ├── crontab │   ├──…
Vasile
  • 801
  • 2
  • 13
  • 31
2
votes
0 answers

Django URL Parameters for a Page

I think this should be fairly simple. I'm using Django Mezzanine CMS. I've created a page called "Calendar", and I have a page_processor that handles it. It takes a city/state argument like…
user568259
  • 343
  • 1
  • 7
  • 16
2
votes
1 answer

Issue with translation in Django + Mezzanine

I have followed the approach described here. On the index page I have a form which allows me to switch between website languages. I have added "next" post attribute enable redirection to the correct language version of the page.
Alexander Tyapkov
  • 4,837
  • 5
  • 39
  • 65
2
votes
1 answer

TinyMCE removes line breaks within

I'm creating a site using Mezzanine CMS / Django which utilizes TinyMCE as its text editor and I am having trouble with the combination of
 and  tags.
When I drop code into a 
...
block all of my line breaks work. For…
Jon Sakas
  • 2,042
  • 1
  • 21
  • 26
2
votes
1 answer

How to Create a Mezzanine menu including children elements of current page

I want to create a Menu that handles information about the current page and their siblings for example, if I have the following tree: If I am in page Child 1 my menu should only display Page 1 and the children 1-3 This can be achieved with the…
Leonardo
  • 2,484
  • 2
  • 25
  • 37