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.
This is a re-release of the original plugin by Aldryn, of which the development has ceased years ago.
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.
See REQUIREMENTS
in the setup.py
file for additional dependencies:
- Python 3.5 or higher
- Django 2.2 or higher
For a manual install:
- run
pip install djangocms-timed-new
- add
djangocms_timed
to yourINSTALLED_APPS
- run
python manage.py migrate djangocms_timed
Note that the provided templates are very minimal by design. You are encouraged to adapt and override them to your project's requirements.
You can run tests by executing:
tox