Skip to content

Latest commit

 

History

History
69 lines (44 loc) · 1.86 KB

README.rst

File metadata and controls

69 lines (44 loc) · 1.86 KB

django CMS Timed

pypi build coverage

django CMS Timed is plugins for django CMS that allow you to display plugins content within a defined period of time.

This addon is compatible with Aldryn and is also available on the django CMS Marketplace for easy installation.

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.

Documentation

See REQUIREMENTS in the setup.py file for additional dependencies:

  • Python 2.7, 3.3 or higher
  • Django 1.6 or higher

Installation

For a manual install:

  • run pip install djangocms-timed
  • add djangocms_timed to your INSTALLED_APPS
  • run python manage.py migrate djangocms_timed

Configuration

Note that the provided templates are very minimal by design. You are encouraged to adapt and override them to your project's requirements.

Running Tests

You can run tests by executing:

virtualenv env
source env/bin/activate
pip install -r tests/requirements.txt
python setup.py test