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...
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...
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...
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!
...
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'...
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?
...
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 ...
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.
...
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...
I always see "selected (Level:" or "Sibling" next to each menu element.
What I should do to disable this information from my website.
...
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...
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...