django-cms

How to move most cms content from mediawiki to django-cms?

I'm planning to move a site from mediawiki to django-cms. It has around 150 pages and a similar number of embedded images. The question is how to do it with minimal effort. There are several issues: django-cms does not support mw wiki sintax, should I export html? how can I dump all the the wiki pages as plain html how to automate the...

Looking for CMS with Banner Module

Hi, I'm looking for a CMS that has a banner module. The banner module will allow the user to publish banner at a certain time of the day. (I've looked into DotNetNuke, Kentico etc' and they don't support this requirement.) I need to publish banner at a specific time and date. (by time, not only by date). I also need support for version...

How to modify django cms multilingual middleware

hey guys, im trying to internationalize my site, so i have the django cms multilingual middleware class in my settings.py , when viewed from brasil, the url changes to www.ashtangayogavideo.com/pt/ash/homepage/ resulting in a 404, because my site is in www.ashtangayogavideo.com/ash/en/homepage, how can i configure the middleware, or sett...

Import from Django-cms to wordpress

I have about 4,000 posts on a site currently using Django-cms, and we're looking to transfer over to wordpress. Is there a reasonably simple way to do this? Or is it going to be a nightmare? If someone could point me to any help on this matter that would be great. Thanks for any help! ...

Django CMS 2.1.0 App Extension NoReverseMatch TemplateSyntaxError

I'm writing a custom app for Django CMS, but get the following error when trying to view a published entry in the admin: TemplateSyntaxError at /admin/cmsplugin_publisher/entry/ Caught NoReverseMatch while rendering: Reverse for 'cmsplugin_publisher_entry_detail' with arguments '()' and keyword arguments '{'slug': u'test-german'...

How to render django-cms plugin in every page?

Hello! I have a latest news plugin for django-cms. I want to show 5 latest news in footer. Footer placed in every page of site. How i can render this plugin in every page? ...

Displaying page content using django-page-cms

I would like to display some content located in my models in some of my template pages. I am using django-page cms In the documentation views are not used to display content. Instead ready made template tags are used. http://packages.python.org/django-page-cms/display-content.html I do not understand a word of this. Please Bear with ...

'WSGIRequest' object has no attribute 'LANGUAGE_CODE'

when i disable cms.middleware.multilingual.MultilingualURLMiddleware i have Caught an exception while rendering 'WSGIRequest' object has no attribute 'LANGUAGE_CODE' when edit pages, or use {% show_menu_below_id %} tag.. I'm dont need lang prefix please, help me disable this stuff. ...

views created in django-page-CMS disables all CSS? code included, a fix please

I am using Django-page-CMS Everything works fine However once I create my own views which extend from pages used within the CMS the CSS does not display. This is strange because these pages display the CSS fine, as long as I do not use my own views. I would greatly appreciate some help on this matter or at least some suggestions on wh...

How can I disabled debug navigation in django-cms?

I always see "selected (Level:" or "Sibling" next to each menu element. What I should do to disable this information from my website. ...

Why does django page cms get_absolute_url return an empty string?

I am having issues with get_absolute_url in my django templates when using django page cms. It returns an empty string and does not link to my required page. I have the following Models, URLs templates and views Models class Body(models.Model): ... url = models.SlugField(unique=True, help_text='---') urls (r'^news/', include('news...

Django-CMS 500 error when clicking to add a plugin

Hey guys, when clicking to add a new plugin ("Add Plugin" on a "Page" I get a 500 error. Using firebug I got this traceback: Environment: Request Method: POST Request URL: http://192.168.1.10:81/admin/cms/page/1/add-plugin/ Django Version: 1.2.3 Python Version: 2.6.6 Installed Applications: ['django.contrib.auth', 'django.contrib.cont...