Questions tagged [django-cms]

Django CMS is a plugin-based Django application for managing hierarchical pages of content, possibly in multiple languages and/or on multiple sites.

Django CMS is a plugin-based application for managing hierarchical pages of content, possibly in multiple languages and/or on multiple sites.

Django CMS is focused both on Django developers and content editors.

References

1460 questions
114
votes
19 answers

Django: OperationalError No Such Table

I'm building a fairly simple application, research, in my Django project that uses Django-CMS. (It's my first ground-up attempt at a project/application.) Its main purpose is to store various intellectual assets (i.e article, book, etc. written by…
Brian
  • 1,729
  • 2
  • 14
  • 17
22
votes
1 answer

413 request entity too large + The web server connection was closed | Error 64

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. I also have a django-cms project and when I tried to upload a file which is anything over 5meg I get an…
darren
  • 18,845
  • 17
  • 60
  • 79
21
votes
4 answers

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 environment. When I do python manage.py dumpdata…
edub
  • 893
  • 2
  • 9
  • 11
20
votes
1 answer

Django CMS fails to synch db or migrate

I'm very new to django and in turn the django-cms app. I have followed the tutorial step by step: (from the offical website ) on a new machine and have everything exactly as the tutorial does yet I still can't get anywhere. I get to the final step…
Daniel Tate
  • 2,075
  • 4
  • 24
  • 50
19
votes
1 answer

django cms - invalid block tag endblock

I am trying to get django cms working with pinax but for some reason runserver gives me this: http://dpaste.com/704936/ Towards the end: .... File…
Justin M
  • 1,065
  • 2
  • 10
  • 15
17
votes
3 answers

django render_to_response is not defined error

Hi I am getting this error, while I tried make a simple app. NameError at /first/ global name 'render_to_response' is not defined Request Method: GET Request URL: http://localhost:8000/first/?preview Django Version: 1.3 Exception Type: …
Maverick
  • 2,738
  • 24
  • 91
  • 157
17
votes
4 answers

How to remove the language identifier from django-cms 2.4 URLs?

I have followed the tutorial to make a new Django-CMS (2.4) site. I am only using a single language (English). There is an automatic redirect to include the language identifier '/en/' in my site's URLs. How do I remove it? thanks.
Racing Tadpole
  • 4,270
  • 6
  • 37
  • 56
17
votes
5 answers

How to add some extra fields to the page in django-cms? (in django admin panel)

I would like to add some extra fields to pages in django-cms (in django admin panel). How do this in the simplest way?
pmoniq
  • 1,883
  • 2
  • 19
  • 22
16
votes
6 answers

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 upload products. I dont have a clue as to how to…
Maverick
  • 2,738
  • 24
  • 91
  • 157
15
votes
2 answers

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 would be awesome.
Mark Ransom
  • 473
  • 1
  • 4
  • 15
15
votes
1 answer

How do I access the request object in a Django-CMS plugin?

I have a Django-CMS plugin which is used to display a list of objects. The required functionality of the plugin is that the list is paginated and can be re-ordered based on properties of the objects in the list. Handling this functionality with…
Eric Ressler
  • 1,374
  • 1
  • 14
  • 25
14
votes
6 answers

DjangoCMS: disable login via http, force https

Our DjangoCMS site is accessible via http and https. Anonymous usage via http is ok. But I want to disable logins via http. Is there a way to force the usage of https as soon as the user wants to login? Even the login-page (with username and…
guettli
  • 25,042
  • 81
  • 346
  • 663
13
votes
1 answer

Django CMS - how to detect if homepage?

How can I detect in the template, if the current site is set as the homepage?
tunarob
  • 2,768
  • 4
  • 31
  • 48
13
votes
3 answers

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 immediately fell in love with python. I have since…
Chux Uzoeto
  • 131
  • 1
  • 3
13
votes
2 answers

What is the difference between Django and Django CMS?

I am new to Django, so can someone please tell me the exact difference between Django and Django CMS. I have to design a complete website for educational purpose, should I use Django CMS or without it also i can do my job.
user3699509
  • 141
  • 1
  • 1
  • 4
1
2 3
97 98