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")
...
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...
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...
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...
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...
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...
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 ...
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...
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...
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?
...
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...
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.
...
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.
...
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...
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...
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.
...
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
...
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...
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 =...
hey guys, i was wondering if there was a way to change the Django CMS logo, for my own company logo ?
...