Questions tagged [mezzanine]

Mezzanine is a free and open-source content management system that is created using the Django framework.

PythonAnywhere encountered an ImportError while trying to load the module nrpccms.newsroom.templatetags.blog_extras. The specific error message was "No module named

My first attempt at deploying an app on PythonAnywhere (or anywhere else for that matter) is not going smoothly. I am encountering the following error: TemplateSyntaxError: 'blog_extras' is not a valid tag library: ImportError raised loading nrpccms.newsro ...

Django raised an error stating: "psycopg2.errors.UndefinedColumn: The column 'page_image' in the 'pages_page' relation does not exist."

Let me provide some context. I have been working with the Mezzanine CMS for Django and created models that inherited from the Mezzanine models. This caused a problem in my Postgres database where one object was present in two tables, leading to search issu ...