I\'m currently hosting a django project on Apache + nginx. When I try to upload a large file I get a 413 request entity too large error message.
The template I\'m specifically talking about is the one that is used when a user add\'s a plugin to a page. Both in the admin area, and when modifying pages directly, it is displayed using an iframe.
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.
I\'m using d开发者_如何转开发jango-cms, and I add a piece of text content (using the standard text plugin) to a page.Then on that piece of text, I go into html mode and add <img src=\"/foo/bar.png\
I\'ve been working a Django-CMS plugin that uses the Flickr API, and after much debugging I finally got it working (locally). Once i migrated it to my server, it kept throwing this error on the edit p
If I have nested pages, is it possible for, for example, the top level menu items only to show, but when I view a page, for its subpages to appear in the navigation?
In Django project I have Django-CMS and another application (let\'s call it \"App B\"). I want a consistent set of menus across both apps. I have added the new items with menu_pool.register_menu. This
I have a similar problem to solve. My database changes frequently on produ开发者_JAVA百科ction environment, so I want to prepare my cms contents locally and migrate it with the production database. Ho
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
I have a problem with the If-none-match header which is sent to a Django CMS App, running through Apache2/mod_wsgi.