Contents

django-cms 4.1.0

0

Lean enterprise content management powered by Django.

Lean enterprise content management powered by Django.

Stars: 9853, Watchers: 9853, Forks: 3038, Open Issues: 142

The django-cms/django-cms repo was created 15 years ago and the last code push was 19 hours ago.
The project is extremely popular with a mindblowing 9853 github stars!

How to Install django-cms

You can install django-cms using pip

pip install django-cms

or add it to a project with poetry

poetry add django-cms

Package Details

Author
Django CMS Association and contributors
License
BSD-3-Clause
Homepage
https://www.django-cms.org/
PyPi:
https://pypi.org/project/django-cms/
Documentation:
https://docs.django-cms.org/
GitHub Repo:
https://github.com/django-cms/django-cms

Classifiers

  • Internet/WWW/HTTP
  • Internet/WWW/HTTP/Dynamic Content
  • Software Development
  • Software Development/Libraries
  • Software Development/Libraries/Application Frameworks
No  django-cms  pypi packages just yet.

Errors

A list of common django-cms errors.

Code Examples

Here are some django-cms code examples and snippets.

GitHub Issues

The django-cms package has 142 open issues on GitHub

  • [BUG] django.core.exceptions.FieldError: Local field 'created_by' in class 'PageUser' clashes with field of the same name from base class custom user.
  • build(deps): bump pillow from 8.3.2 to 9.0.0 in /test_requirements
  • build(deps): bump django from 3.2 to 3.2.11 in /test_requirements
  • WiP: add permission option to allow setting pages as HOME
  • Feature: protect pageuser on user deletion
  • feat: Add pre commit functionality
  • Python3.10 installation fail
  • Unlocalize page and node ids when rendering the page tree in the admin
  • [DOC] fix for #7185
  • [DOC] No invitations for login on localhost:8000
  • Feat/django4 support
  • Handle custom auth user model name
  • Optimize populating title cache for Page model.
  • [BUG] Admin page tree broken when on sites with more than 1000 pages and L10N turned on
  • Update init.py

See more issues on GitHub

Related Packages & Articles

Django 5.0.3

Django is a high-level web development framework that empowers Python developers to build dynamic and robust web applications quickly and efficiently. It follows the Model-View-Controller (MVC) architectural pattern, making it easy to separate the different components of an application. With its extensive built-in features, such as URL routing, templating, forms handling, and database abstraction, Django takes care of the repetitive tasks, allowing developers to focus on writing clean and maintainable code. It relies on the Python Standard Library and includes several optional dependencies, including psycopg2, mysqlclient, and pytz for database connectivity and time zone support. Django's rich ecosystem and active community make it a popular choice for building scalable and secure web applications.

django-chunkator 2.0.0

Chunk large QuerySets into small chunks, and iterate over them without killing your RAM.