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.

permission denied for relation django_migrations

I am using Django CMS, I want to take backup of my database. But when I am firing the query …

django postgresql django-cms
What is the difference between Django and Django CMS?

I am new to Django, so can someone please tell me the exact difference between Django and Django CMS. I …

django django-cms
No module named csrf

I have: Python 2.6 Django 1.1.1 I downloaded Django-cms from git://github.com/digi604/django-cms-2.0.git I passed south off/on I …

django django-cms
How do I access all page objects in django-cms from every page?

I am using Django CMS 2.1.0.beta3 and am encountering a problem. I need to have access to all the pages …

python django django-cms