Tagged Questions
**django CMS** A Django application for managing hierarchical pages of content, possibly in multiple languages and/or on multiple sites. WWW: http://www.django-cms.org/ Documentation: http://docs.django-cms.org/ Github: https://github.com/divio/django-cms/
6
votes
2answers
226 views
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 ...
5
votes
2answers
244 views
What are the mature CMSs and Blogs built on web2py?
In search of technologies for developing web applications and portals, I recently dabbled into Ruby and Python (from a non-sysadmin point of view .. ie, towards web application development) and ...
5
votes
1answer
811 views
How to render django-cms plugin in every page?
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?
4
votes
1answer
177 views
Ruby On Rails CMS inspired by DjangoCMS
I need to choose and customize a Ruby CMS (based on Ruby On Rails preferably) for a couple of pretty large web sites. I know Radiant CMS, Refinery CMS, and Locomotive are the most famous CMS in rails, ...
4
votes
2answers
370 views
How do I access all page objects in django-cms from every page?
I am using Django CMS 2.1.0.beta3 and am encountering a problem. I need to have access to all the pages in a variable so that I can loop through them and create my navigation menu using a for loop. ...
4
votes
2answers
733 views
django-cms and jQuery
I've got a django site running quite happily with django-cms but now I want to include some of my own fancy javascript using jQuery. I'm rather new to django, so my problems might stem from this.
...
4
votes
1answer
2k views
django_cms ImproperlyConfigured: Error importing middleware cms.middleware.media
I'm moving an application that uses django_cms from one server, where everything worked, to another and have spent the last 4 hours trying to find the cause of this error. A suggestions very welcome!
...
4
votes
4answers
2k views
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 ...
3
votes
1answer
114 views
Pip package install with preinstalled dependencies
I would like to install some python packages from local directories (downloaded from GitHub) specified in requirements.txt
-e ./src/django-django-eca4737
-e ./src/divio-django-appmedia-55835b6
-e ...
3
votes
2answers
1k views
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 ...
3
votes
3answers
846 views
Default content plugin in django-cms
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 ...
3
votes
3answers
5k views
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:
> ...
2
votes
1answer
106 views
How to link to language's homepage for untranslated page in django-cms?
Within django-cms I have two languages, with one page in Dutch currently not translated into English. When viewing this page, language_chooser does not provide a link for the English translation (as ...
2
votes
1answer
56 views
How do I use “reverse” or an equivalent to refer to urls that are hooked into DjangoCMS?
I'm using DjangoCMS with app integration, like documented here:
http://readthedocs.org/docs/django-cms/en/latest/extending_cms/app_integration.html
This, however, means that my app's urls in no ...
2
votes
5answers
1k views
how to use forms in django-cms?
I am an absolute novice to django-cms. I have gone through the tutorial and configured it exactly the same as mentioned in the documentation. Now, I have to build an application which uses a form to ...
2
votes
3answers
280 views
PlaceholderAdmin throws <lambda>() takes exactly 1 argument (2 given)
I've wrote a plugin for django-cms which has it's own model with one PlaceholderField. When I add a PlaceholderAdmin for model admin I'm getting this on admin site:
Exception Type: ...
2
votes
2answers
103 views
Unicode errors after upgrade to 2.1.0 final
I've recently upgraded a DjangoCMS project from 2.1.0beta3 to 2.1.0
final, and I've started getting Unicode errors during page editing.
There was a large volume of production content that was ...
2
votes
3answers
676 views
How to start a django cms project
I decided to take a look to django-cms. After looking at the docs I cloned the repository using
git clone https://github.com/divio/django-cms.git
Then I installed it using
sudo python setup.py ...
2
votes
2answers
698 views
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 ...
2
votes
2answers
2k views
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?
2
votes
1answer
1k views
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 ...
2
votes
3answers
2k views
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 ...
1
vote
1answer
87 views
Correct way to use Sekizai addtoblock in a DjangoCMS plugin
I am working on a DjangoCMS plugin, which includes a javascript file for itself. The plugin's Javascript relies on the same libraries that the rest of the site does. So, here's the conceptual part ...
1
vote
1answer
75 views
Duplicate block django 1.3?
I'm using django cms 2.2 and django 1.3. I want to automatically generate meta descriptions based on the first 200 characters of my 'content' block.
How can I do this?
1
vote
0answers
50 views
Django's APPEND_SLASH adds slash, when there is an url pattern, but only if NO cyrillic letters in URL
I wrote an app on site, to upload and serve mediafiles (to registered users).
Actually, files are served by nginx, using x-accel-redirect header.
When browser try to download e.g. ...
1
vote
1answer
44 views
django cms - integrate cms and differentiate content via something other than language
New to django...
I have a site with structure /[flavor]/[page] where there are many different flavors and each flavor has roughly the same set of pages. At least at a simple level, this seems to ...
1
vote
1answer
223 views
how to customize menu template in django-cms?
Can anyone supply me a sample of customizing the django-cms menu template, please?
I have tried to look for the default menu.html in the cms package folder, but can't find anything.
Thanks.
1
vote
0answers
122 views
In Django-CMS, how to redirect a page on a condition?
I'm using Django 1.3 with Django-CMS
I have a multilanguage page, with urls
/en/hello/world
/it/ciao/mondo
Both urls point to same page, different translations.
At present, if an user write
...
1
vote
1answer
144 views
Django-cms: Front-end editor not synced to content in admin site
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 properly ...
1
vote
0answers
183 views
django-cms-search not displaying any results
Hey I have been plugging away trying to get haystack working with whoosh to implement a search backend for a django cms project i have been working on. After figuring out some really weird ...
1
vote
0answers
222 views
django cms search with multiple sites?
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's ...
1
vote
1answer
258 views
custom views within Djangocms?
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 ...
1
vote
1answer
105 views
Is is a good practice in DJANGO to create all my project around my User model?
I couldn't find a real andwer for what i need.
I have a king of complex project to build and decided to take the huge task of doing it for the first time while learning django in the proccess (Yes, I ...
1
vote
1answer
179 views
Where should I put media files for my Django-CMS plugin?
I'm about to write setup.py for my Django CMS plugin, but I can't figure out where I'm supposed to put the icon.
It seemed to me like the following would've been the most intuitive, judging by where ...
1
vote
4answers
731 views
django-debug-toolbar with django-cms and Django 1.3
I keep hitting an error when trying to use django-debug-toolbar and django-cms together.
"MpttMeta has no attribute 'class'"
I have a feeling it's something to do with the Mptt app bundled with ...
1
vote
2answers
677 views
django-cms + grappelli
If anyone knows how to make django-cms play with grappelli, please give some tips
1
vote
1answer
282 views
Integrating Django App with django-cms
Hey guys, i have a custom Contact Form App, and i want to integrate it with django-cms, from what i understand i have to register the app with django-cms, and then in my views i have to return a ...
1
vote
1answer
177 views
How to dump django-cms related contents in order to migrate with running instance?
I have a similar problem to solve. My database changes frequently on production environment, so I want to prepare my cms contents locally and migrate it with the production database. How can I do ...
1
vote
1answer
213 views
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 ...
1
vote
1answer
184 views
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
...
1
vote
1answer
81 views
Looking for CMS with Banner Module
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 ...
1
vote
1answer
452 views
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 ...
1
vote
2answers
355 views
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 %} ...
1
vote
3answers
2k views
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 ...
0
votes
1answer
23 views
django-cms language_chooser in that language
A typical language_chooser from multilingual Django-CMS framework, displays languages like this:
<a href="{% page_language_url language.0 %}">{% trans language.1 %}</a>
English German ...
0
votes
1answer
36 views
django registration disable activation email not working
I was trying to disable sending email activation of activation. but it is not happening
What i tried is i copy the registration folder in to my project and by following How to disable email ...
0
votes
0answers
34 views
django-cms how to change the wisiwyg editor to use aloha editor?
I wonder if I can change the wisiwyg of the text plugin of django-cms to be the aloha editor ... I search but I couldn't found how to do this .... The other option is to create a custom plugin text ...
0
votes
2answers
49 views
django cmsplugin-blog not working
I've installed Django 1.3 with django-cms. All is working correctly.
After that I installed cmsplugin-blog (from the extensions page of the djanog-cms website), version 1.1.1
I can't seem to get my ...
0
votes
1answer
57 views
django-cms on google-app-engine (django-norel)
I'm trying to get the django-cms to work on google-app-engine. Did anyone succeed in getting such a beast to work?
I've got a sample django-norel app to work and deploy correctly, I've got the ...
0
votes
1answer
68 views
Django-cms and Editorial workflows
I need to implement workflows in my Django-CMS application at work. But form the Django-CMS feature list, we can read:
Editorial workflow
Workflows for publishing and approval.
I tried to search ...