1Metadata-Version: 1.1
2Name: django-cms
3Version: 3.7.1
4Summary: An Advanced Django CMS
5Home-page: https://www.django-cms.org/
6Author: Divio AG and contributors
7Author-email: info@divio.ch
8License: BSD License
9Description: ##########
10        django CMS
11        ##########
12        .. image:: https://travis-ci.org/divio/django-cms.svg?branch=develop
13            :target: https://travis-ci.org/divio/django-cms
14        .. image:: https://img.shields.io/pypi/v/django-cms.svg
15            :target: https://pypi.python.org/pypi/django-cms/
16        .. image:: https://img.shields.io/badge/wheel-yes-green.svg
17            :target: https://pypi.python.org/pypi/django-cms/
18        .. image:: https://img.shields.io/pypi/l/django-cms.svg
19            :target: https://pypi.python.org/pypi/django-cms/
20        .. image:: https://codeclimate.com/github/divio/django-cms/badges/gpa.svg
21           :target: https://codeclimate.com/github/divio/django-cms
22           :alt: Code Climate
23
24        Open source enterprise content management system based on the Django framework.
25
26        .. image:: https://raw.githubusercontent.com/divio/django-cms/develop/docs/images/try-with-divio.png
27           :target: http://try.django-cms.org/
28           :alt: Try demo with Divio Cloud
29
30        .. ATTENTION::
31
32            Please use the ``develop`` branch as the target for pull requests for on-going development.
33
34            Security fixes will be backported to older branches by the core team as appropriate.
35
36
37        ********
38        Features
39        ********
40
41        * hierarchical pages
42        * extensive built-in support for multilingual websites
43        * multi-site support
44        * draft/publish workflows
45        * version control
46        * a sophisticated publishing architecture, that's also usable in your own applications
47        * frontend content editing
48        * a hierarchical content structure for nested plugins
49        * an extensible navigation system that your own applications can hook into
50        * SEO-friendly URLs
51        * designed to integrate thoroughly into other applications
52
53        Developing applications that integrate with and take advantage of django CMS features is easy and well-documented.
54
55        More information on `our website <https://www.django-cms.org>`_.
56
57        ************
58        Requirements
59        ************
60
61        See the `Python/Django requirements for the current release version
62        <http://docs.django-cms.org/en/latest/#software-version-requirements-and-release-notes>`_ in our documentation.
63
64        See the `installation how-to guide for an overview of some other requirements and dependencies of the current release
65        <http://docs.django-cms.org/en/latest/how_to/install.html>`_
66
67        *************
68        Documentation
69        *************
70
71        We maintain documentation for several versions of the project. Key versions are:
72
73        * `stable <http://docs.django-cms.org>`_ (default), for the **current release** version
74        * `latest <http://docs.django-cms.org/en/latest/>`_, representing the latest build of the **release-3.4.x branch**
75        * `develop <http://docs.django-cms.org/en/develop/>`_, representing the latest build of the **develop branch**
76
77        For more information about our branch policy, see `Branches
78        <http://docs.django-cms.org/en/latest/contributing/development-policies.html>`_.
79
80        Our documentation is hosted courtesy of `Read the Docs <https://readthedocs.org>`_.
81
82
83        ********
84        Tutorial
85        ********
86
87        http://docs.django-cms.org/en/latest/introduction/index.html
88
89        ***********
90        Quick Start
91        ***********
92
93        You can use the `django CMS installer <https://djangocms-installer.readthedocs.io>`_::
94
95            $ pip install --upgrade virtualenv
96            $ virtualenv env
97            $ source env/bin/activate
98            (env) $ pip install djangocms-installer
99            (env) $ mkdir myproject && cd myproject
100            (env) $ djangocms -f -p . my_demo
101            (env) $ python manage.py
102
103
104        ************
105        Getting Help
106        ************
107
108        Please head over to our IRC channel, #django-cms, on irc.freenode.net or write
109        to our `mailing list <https://groups.google.com/forum/#!forum/django-cms>`_.
110
111        If you don't have an IRC client, you can `join our IRC channel using the KiwiIRC web client
112        <https://kiwiirc.com/client/irc.freenode.net/django-cms>`_, which works pretty well.
113
114        ******************
115        Commercial support
116        ******************
117
118        This project is backed by `Divio <https://www.divio.com/en/commercial-support/>`_.
119        If you need help implementing or hosting django CMS, please contact us:
120        sales@divio.com.
121
122        *******
123        Credits
124        *******
125
126        * Includes icons from `FamFamFam <http://www.famfamfam.com>`_.
127        * Python tree engine powered by
128          `django-treebeard <https://tabo.pe/projects/django-treebeard/>`_.
129        * JavaScript tree in admin uses `jsTree <https://www.jstree.com>`_.
130        * Many thanks to
131          `all the contributors <https://github.com/divio/django-cms/graphs/contributors>`_
132          to django CMS!
133
134Platform: OS Independent
135Classifier: Development Status :: 5 - Production/Stable
136Classifier: Environment :: Web Environment
137Classifier: Framework :: Django
138Classifier: Intended Audience :: Developers
139Classifier: License :: OSI Approved :: BSD License
140Classifier: Operating System :: OS Independent
141Classifier: Programming Language :: Python
142Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
143Classifier: Topic :: Software Development
144Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
145Classifier: Programming Language :: Python :: 2.7
146Classifier: Programming Language :: Python :: 3.4
147Classifier: Programming Language :: Python :: 3.5
148Classifier: Programming Language :: Python :: 3.6
149Classifier: Programming Language :: Python :: 3.7
150Classifier: Framework :: Django
151Classifier: Framework :: Django :: 1.11
152Classifier: Framework :: Django :: 2.0
153Classifier: Framework :: Django :: 2.1
154Classifier: Framework :: Django :: 2.2
155