django-cms

The Installer could not find Models of cms app in Django-CMS

I have installed django-cms in my hosting. But there is a problem. That's when I make syncdb, all my apps are synced, cms app is not. Although I have declared full enough in the settings. It is also not error at all. Someone help me. Thanks a lot! (1146, "Table '***.cms_page' doesn't exist") ...

getting started with django-cms: error on page_submit_row

I am getting started with django-cms and I am facing an exception when I try to edit a page in the admin inteface. A TemplateSyntaxError exception is raised due to the {% page_submit_row %} templatetag. TemplateSyntaxError at /admin/cms/page/1/ Caught an exception while rendering: admin/page_submit_line.html Request Method: GET Req...

Django FlatPages vs Django-CMS

Without going into too much detail, I'm building a Django site and I wanted to implement a CMS solution, while having a lot of flexibility with page layouts, navigation, and organization. It'd be mainly used for our documentation, and so far I've had a lot of headaches trying to figure out the ins-and-outs of Django CMS. Would an exp...

Writing my own django-cms plugin. Any recommendations?

I don't see any possibility for creating a table in django-cms. I need this functionnality so I am evaluating the possibility to write my own plugin. I am getting started with this product. I've read the documentation carefully and I see more or less how to do that. However, I would be happy to hear some tips and tricks before starting...

How to correctly modify <HEAD> in Django-CMS for custom plugins?

Django-CMS custom plugins and navigation extenders allow to create any content HTML in some part of the HTML . However I frequently have some JavaScripts required for some specific plugins, like a photo album viewer plugin that requires a JS in the . My current solution is to let the user specify a specific template for that. I could do...

CMS subsites with Django

I'm using Django to create a site that provides a separate web UI for sorts of producers and consumers. Both UIs (or "subsites") have different layouts, menus and graphics. However they access the same database and models, just from different aspects (producer vs. consumer...).It's all hosted under a single domain, the UI differentiation...

Anyway of making Django CMS pages to be only accessible (site side) to only a select few?

I've installed Django CMS (http://www.django-cms.org/) and it's almost perfect. I've been chatting on the IRC #django-cms group and it's been confirmed to me that I can't have access restricted to the pages I make in Django CMS to only a select few on the site side. I know of the CMS_PERMISSIONS setting, but this seems to only restrict ...

Python-MySQLdb problem: wrong ELF class: ELFCLASS32

As part of trying out django CMS (http://www.django-cms.org/), I'm struggling with getting Python-MySQLdb to work (http://pypi.python.org/pypi/MySQL-python/). I have installed Django CMS and all of its dependencies (Python 2.5, Django, django-south, MySQL server) I'm trying out the example code within Django CMS code with MySQL as chos...

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 related to the CMS (PAGES and PLUGINS) so that I may load it back into my development environment. When I do python manage.py dumpdata cms it dumps most of the data, but not all of it. None of the content for the plugins i...

Django-cms example. How to run it?

I'm trying to run django-cms example. But I think I'm doing something wrong. Can anybody describe by steps, how to run django-cms example? ...

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 stuck on this: After enabling south syncdb returns: Synced: > django.contrib.auth > django.contrib.contenttypes > django.contrib.sessions > django.contrib.admin > django.contrib.sites > publisher > m...

How to make language chooser as country flags in Django-cms?

Well, question is in title. Is it possible at all? I can use css to make links looks like flags, it's easy, but there is a text also (English, French, Deutsch, etc.) Well, I will be grateful fo any kind help. ...

How to unit test Django-CMS extensions?

I am trying to get some test coverage for a Django-CMS implementation I'm working on and I'm unsure how to unit test plugins/extensions. Has anyone done this before, and if so, how? Some examples would be awesome. ...

Default content plugin in django-cms

Hi, I started using django CMS project. It's great, built with modular design kept in mind... but what actually our customer wants is more simplicity: Here, in django CMS every page can contain many content 'plugins' - be it text, image, or other. But the customer wants to have a text plugin active, selected and created automatically f...

Need help installing django-cms

This question is from a Django and Django-cms rookie attempting to install django-cms on a shared hosting account. Here's what I have done so far: Django has been installed in ~/.local/lib/python (using python 2.4.3) Flup has also been installed in same place Created my app (site) directory - ~/.local/lib/python/eck downloaded and extr...

Django-cms problem

I'm setting up a website using django-cms and when I open up the add page view in the admin, I get this error: TemplateSyntaxError at /admin/cms/page/add/ Invalid block tag: 'csrf_token' What could be the problem? I'm using Django 1.1. BTW. ...

django-cms add page error

I am using django-cms i have installed successfully when i try adding a page it gives me error without displaying any error. I am using 2.0.2 version of django-cms ...

Does reversion work for django-cms when page template is changed?

Hi, I use django-cms. I've just changed template for my page which ended with clearing my page (as expected). When I tried to restore old version (by using django reversion app that is suggested to use with django-cms) I realized this is impossible. I mean I have history of changes for my page but it looks like all reversion versions ar...

django-cms: PlaceholderAdmin breaks admin form (wymeditor doesn't work)

I'm using django-cms 2.1 and have a problem with rendering a form for a model that contains PlaceholderField: The article model is nothing unusual except it has: sidebar = PlaceholderField('sidebar', related_name="news_sidebar") Then I set wymeditor widget for html fields: class NewsArticleAdminModelForm(forms.ModelForm): body =...

Django CMS logo change

hey guys, i was wondering if there was a way to change the Django CMS logo, for my own company logo ? ...