I have a newly constructed Django project on a windows machine and am using django-cms. I have started populating the home page content using Django-CMS\'s front-end editor. Everything uploads开发者_如
I\'m trying to use django-contact-form in django-cms. django-contact-form has one or two pages (showing a form and a thank-you note), which are represented by django templates
Im trying to render a cms page, within another page using a custom cms plugin. The this is my plugin class:
I开发者_开发知识库\'ve got a management command which sends email. In this email, I\'d like to include a URL to a signup form, which is an apphook module in the CMS.
I\'ve set up multiple sites within a single instance of django cms with haystack for search (with Solr). However, the search_indexes.py that I\'ve got doesn\'t appear to have any effect. It\'s like it
I haven\'t found a satisfactory way of doing this: I have a djangocms setup that is working fine. But I need to add content from a table outside the CMS to my homepage and render that content on the t
I\'m aware of what WYMEditor is all about and that using Paragraphs for spacing is not intended, however the problem here is with the client requiring that we give them this functionality.
I keep hitting an error when trying to use django-debug-toolbar and django-cms together. \"MpttMeta has no attribute \'class\'\"
If anyone knows how to make django-cms play with grappelli, please give some tips开发者_运维百科Well I\'ve just gone through a fairly epic adventure, the story of which might be of some use to you. T
Is there a way to detect the last (o开发者_开发知识库r first) plugin that has been placed inside a placeholder?