| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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.
Build complex publishing workflows with simple, composable parts:
Developing applications that integrate with and take advantage of django CMS features is easy and well-documented. More information on our website.
The demo platform is kindly provided by Divio, platinum member of the django CMS Association.
Want to get a feel for the editing experience before you install anything? Start with the demo link above.
Create a fully configured django CMS project with a single command:
python -m pip install django-cms
djangocms mysite --interactive
cd mysite
python -m manage runserverThe djangocms command clones the official project template, installs the requirements, runs the migrations and creates a superuser for you. Run it without arguments to be guided through the available options (such as the headless mode) interactively.
Already have a Django project? Run djangocms . in its root directory to add django CMS to it.
Next, follow the official installation guide and tutorials: Installation
Using Docker? Check out our django-cms-quickstart project.
Find tutorials, how-to guides, explanation, and reference material here:
Branch policy details: Development policies.
If you want to contribute code, start here (you'll be productive quickly):
Need help choosing an approach, debugging an issue, or reviewing an implementation idea? Head over to our Discord Server or Stackoverflow.
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 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.
Many thanks to all the contributors to django CMS!
See LICENSE for credits to third-party contributions.
| Back | FazBrowse Home | New Git URL |