Top "Django-cms" questions

Django CMS is a plugin-based Django application for managing hierarchical pages of content, possibly in multiple languages and/or on multiple sites.

Django: OperationalError No Such Table

I'm building a fairly simple application, research, in my Django project that uses Django-CMS. (It's my first ground-up attempt at …

django django-cms
django render_to_response is not defined error

Hi I am getting this error, while I tried make a simple app. NameError at /first/ global name 'render_to_…

python django-cms render-to-response
How to add a Python module to a docker container?

I created a Boilerplate project from the Divio Django project template: (Python 3.6, Django CMS, HTML 5) Checking out the repository returns …

python django docker django-cms divio
how to use forms in django-cms?

I am an absolute novice to django-cms. I have gone through the tutorial and configured it exactly the same as …

python django forms content-management-system django-cms
413 request entity too large + The web server connection was closed | Error 64

I'm currently hosting a django project on Apache + nginx. When I try to upload a large file I get a 413 …

django apache nginx django-cms
How to completely dump the data for Django-CMS

I have an instance of Django-CMS already running in a production environment. I would like to dump all the data …

database django django-cms
how to customize menu template in django-cms?

Can anyone supply me a sample of customizing the django-cms menu template, please? I have tried to look for the …

django-cms
How to add some extra fields to the page in django-cms? (in django admin panel)

I would like to add some extra fields to pages in django-cms (in django admin panel). How do this in …

django django-admin django-cms
How to add a custom template page to mezzanine?

I've been playing around with mezzanine for a couple days and I've been following this blog, which has been very …

django templates django-cms mezzanine
django_cms ImproperlyConfigured: Error importing middleware cms.middleware.media

I'm moving an application that uses django_cms from one server, where everything worked, to another and have spent the …

django django-cms