You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion group for django-cms, a content management system for Django (django-cms.org)
|
|
|
Job Posting Policy
|
| |
*Job Posting Policy for the django-cms mailing list* * * * Job postings are fine as long as they're directly related to django CMS. * Job postings must include an e-mail address to respond to. * Replies to job postings should go directly to that e-mail address, not as replies to the mailing list
|
|
1 website, 3 domains, 3 languages
|
| |
First of all: Django 1.4, django-cms 2.3 What I have to do is to have 1 website, using 3 languages and each language has its own domain. I use URLs like: domain.com/en/contact , domain.com/es/contacto , domain.com/pl/kontakt I need to change that. Now domain.pl/kontakt should use the same as domain.com/pl/kontakt... more »
|
|
Django CMS 2.4.1 not showing app-hooks in preview draft.
|
| |
Hi As I said in the subject I cant see the app-hook when previewing the draft . The app-hook gets called. I tried to trace the stuff back to cms but I got lost in the cms code and decided to come here and ask! Any ideas? Regards Mani
|
|
Django-CMS pages all blank after upgrade from 2.3.5 to 2.4.1
|
| |
Hi, I suspect I'm having a problem with the publisher in Django-CMS 2.4. I am upgrading a site from Django-CMS 2.3.5 to Django-CMS 2.4.1 (and sticking with Django 1.4.3). When I type ./manage runserver from a virtualenv with Django-CMS 2.3.5, all works fine. When I move to a virtualenv with Django-CMS 2.4.1, but... more »
|
|
Listing long list of products on Django-CMS
|
| |
I've built a site for a customer where we showed a few products by category and then using a custom page per product, all using the standard admin and basic menu navigation. So far everything works great but .. The product list has been growing , and growing to the point that it is getting cumbersome to administer so... more »
|
|
Python 3 compatibility
|
| |
Hello! I would like to start to play with django-cms. Is it already possible to run it on Python 3? Even with some limitations... I don't need to have it rock-stable for now. I run Diango 1.5.1 on Python 3.3.1 and I am quite happy with it. Michal
|
|
Make cache clearing optional
|
| |
I'd like to submit some code to make cache clearing when doing administrative operations optional. I'm fine with having permissions and menus be in an inconsistent state for the cache duration. I'm seeing page publishing times of around 45 seconds and most of that time is spent clearing cache. The menu cache is cleared at least 3 times when a... more »
|
|
Howto dynamically dispatch apps and views
|
| |
FYI1: 'Old' pythonist, but CGI and cli utilities only. django noob.
I'm playing with django (~1.3) and using "Django 1.0 Website
development" by Hourieh as a a tutorial.
FYI2: I have developed and used my own MVC'ish framework for some
time now.
Let's take the following test code :
...from bookmarks.views import *... more »
|
|
content disappeared after 2.2 -> 2.3.5 upgrade: nested placeholders?
|
| |
Hi,
A client complained that certain content was missing after a recent
upgrade/migration from 2.2 to 2.3.5.
It turns out the client's designer/frontend developer created a plugin
containing placeholders. In other words, a base template "foo.html" defined
placeholder 'A', plugin template 'plugin.html' defined placeholder 'B' and... more »
|
|
|