django-cms
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.[详细]
2023-01-25 07:53 分类:问答Why is Django only showing some of my translations
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[详细]
2023-01-25 07:27 分类:问答Why does django page cms get_absolute_url return an empty string?
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.[详细]
2023-01-21 17:15 分类:问答How can I disabled debug navigation in django-cms?
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[详细]
2023-01-20 23:59 分类:问答views created in django-page-CMS disables all CSS? code included, a fix please
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.[详细]
2023-01-19 06:49 分类:问答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[详细]
2023-01-18 11:05 分类:问答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 on eve开发者_如何学JAVAry page of site.[详细]
2023-01-13 19:26 分类:问答How to modify django cms multilingual middleware
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[详细]
2023-01-09 05:52 分类:问答How to move most cms content from mediawiki to django-cms?
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.[详细]
2023-01-07 16:38 分类:问答Does reversion work for django-cms when page template is changed?
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[详细]
2023-01-06 00:48 分类:问答