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.
I\'ve got a site with translation strings in both the HTML templates and the views.py, forms.py and models.py files. Django has created the django.po file for my second language, and I have entered mo
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 always see \"selected (Level:\" or \"Sibling\" next to each menu element. What I should do to disable this information fro开发者_开发百科m my website.you should use your own menu templates. For more
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.
I would like to display some content located in my models in some of my template pages. I am using django-page cms
I have a latest news plugin for django-cms. I want to show 5 latest news in footer. Footer placed on eve开发者_如何学JAVAry page of site.
hey guys, im trying to internationalize my site, so i have the django cms multilingual middleware cl开发者_高级运维ass in my settings.py , when viewed from brasil, the url changes to
I\'m planning to move a site fro开发者_C百科m mediawiki to django-cms. It has around 150 pages and a similar number of embedded images.
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 w