# django-cms
**Repository Path**: mirrors/django-cms
## Basic Information
- **Project Name**: django-cms
- **Description**: Django-CMS 是一款基于 Django 框架开发的 CMS 建站系统
- **Primary Language**: Unknown
- **License**: CC0-1.0
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 44
- **Forks**: 0
- **Created**: 2017-07-10
- **Last Updated**: 2026-02-14
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
##########
django CMS
##########
|PyPiVersion| |PyVersion| |DjVersion| |License| |Coverage|
Lean, open-source enterprise content management powered by Django.
Backed by the non-profit django CMS Association (`Sponsor us `_).
This repository contains the core package published as ``django-cms`` on PyPI.
Start here
==========
* Read the docs: `Documentation (stable) `_
* Installing / learning: `Installation `_ · `Docker quickstart `_ · `Tutorials `_
* Upgrading: `Release notes / Upgrade guide `_
* Get help: `Discord `_ or Stackoverflow
* Contribute safely: `Contributing `_ · `Code of Conduct `_ · `Security `_
* Project info: `Website `_ · `Changelog `_
Features
========
Build complex publishing workflows with simple, composable parts:
* robust internationalisation (i18n) and multi-site support
* front-end (inline) editing so editors can work directly on rendered pages
* a flexible placeholder and plugin system for reusable content components
* integration with multiple rich-text editors
* content versioning, editorial workflows, and headless setups via official add-on packages
* a hierarchical page tree with SEO-friendly URLs
* extensible navigation and application integration (apphooks)
Developing applications that integrate with and take advantage of django CMS features is easy and well-documented.
More information on `our website `_.
Test django CMS in our demo
===========================
The demo platform is kindly provided by Divio, platinum member of the django CMS Association.
.. image:: docs/images/try-with-divio.png
:target: https://www.django-cms.org/en/django-cms-demo/
:alt: Try demo with Divio Cloud
Want to get a feel for the editing experience before you install anything?
Start with the demo link above.
Installation & Quickstart
=========================
Get a working setup by following the official guide (recommended).
If you already have a Django project, you can still use the same steps and integrate django CMS incrementally.
.. code-block:: console
python -m pip install django-cms
Next, follow the official installation guide and tutorials:
`Installation `_
Using Docker? Check out our `django-cms-quickstart project `_.
Documentation
=============
Find tutorials, how-to guides, explanation, and reference material here:
* `Current stable version `_ (current release)
* `Latest development version `_ (main branch)
* Sources in this repo: `docs/ `_
Branch policy details: `Development policies `_.
Development
===========
If you want to contribute code, start here (you'll be productive quickly):
* `CONTRIBUTING.rst `_ (workflow, PR process)
* `Contributing docs `_
Getting Help
============
Need help choosing an approach, debugging an issue, or reviewing an implementation idea?
Head over to our `Discord Server `_ or Stackoverflow.
Professional support
====================
Choose from a list of `trusted tech partner `_ of the django CMS Association to get your website project delivered successfully.
Choose a `trusted web host `_ for your django CMS project and get your website online today.
The django CMS Association
==========================
The django CMS Association is a non-profit founded in 2020 to drive the success of django CMS by providing guidance,
infrastructure and funding for core development and community projects.
If your business depends on django CMS, consider supporting its long-term health:
`Join forces with the django CMS Association `_ or `become a paying member `_.
Credits
=======
* Includes icons and adapted icons from `Bootstrap `_.
* Includes icons from `FamFamFam `_.
* Python tree engine powered by
`django-treebeard `_.
* JavaScript tree in admin uses `jsTree `_.
* Many thanks to
`all the contributors `_
to django CMS!
.. |PyPiVersion| image:: https://img.shields.io/pypi/v/django-cms.svg
:target: https://pypi.python.org/pypi/django-cms/
.. |PyVersion| image:: https://img.shields.io/pypi/pyversions/django-cms
:target: https://pypi.python.org/pypi/django-cms/
:alt: PyPI - Python Version
.. |DjVersion| image:: https://img.shields.io/pypi/frameworkversions/django/django-cms
:alt: PyPI - Versions from Framework Classifiers
.. |License| image:: https://img.shields.io/badge/License-BSD_3_clause-green
:target: https://pypi.python.org/pypi/django-cms/
:alt: License
.. |Coverage| image:: https://codecov.io/gh/django-cms/django-cms/graph/badge.svg?token=Jyx7Ilpibf
:target: https://codecov.io/gh/django-cms/django-cms