Metadata-Version: 1.1
Name: djangocms-history
Version: 1.0.0
Summary: Adds undo/redo functionality to django CMS
Home-page: https://github.com/divio/djangocms-history
Author: Divio AG
Author-email: info@divio.ch
License: BSD
Description: ==================
        django CMS History
        ==================
        
        
        |pypi| |build| |coverage|
        
        **django CMS History** is an addon application to provide undo/redo functionality in `django CMS
        <https://django-cms.org/>`_, by maintaining content history.
        
        Some of the functionality in this application was previously included in django CMS itself. However, it became apparent
        that some users did not want it, and some wanted functionality that worked differently.
        
        In keeping with the django CMS philosophy of maintaining only core CMS functionality as part of the package itself,
        history management was removed from django CMS in version 3.4 and has been spun off into an independent application.
        
        django CMS History has been rewritten from the ground up. It will continue to be developed. New functionality and
        improvements will be introduced in future releases.
        
        
        Contributing
        ============
        
        This is a an open-source project. We'll be delighted to receive your
        feedback in the form of issues and pull requests. Before submitting your
        pull request, please review our `contribution guidelines
        <http://docs.django-cms.org/en/latest/contributing/index.html>`_.
        
        
        Documentation
        =============
        
        See ``REQUIREMENTS`` in the `setup.py <https://github.com/divio/djangocms-history/blob/master/setup.py>`_
        file for additional dependencies:
        
        * Python 2.7, 3.4 or higher
        * Django 1.11 or higher
        
        
        Installation
        ------------
        
        For a manual install:
        
        * run ``pip install djangocms-history``
        * add ``djangocms_history`` to your ``INSTALLED_APPS``
        * run ``python manage.py migrate djangocms_history``
        
        
        Configuration
        -------------
        
        Once installed, django CMS History will make new options available to the web content manager. These will be visible in
        the django CMS toolbar when managing content that is supported by the application.
        
        
        Running Tests
        -------------
        
        You can run tests by executing:
        
        .. code-block:: bash
        
            virtualenv env
            source env/bin/activate
            pip install -r tests/requirements.txt
            python setup.py test
        
        
        .. |pypi| image:: https://badge.fury.io/py/djangocms-history.svg
            :target: http://badge.fury.io/py/djangocms-history
        .. |build| image:: https://travis-ci.org/divio/djangocms-history.svg?branch=master
            :target: https://travis-ci.org/divio/djangocms-history
        .. |coverage| image:: https://codecov.io/gh/divio/djangocms-history/branch/master/graph/badge.svg
            :target: https://codecov.io/gh/divio/djangocms-history
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
