Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/divio/djangocms-timed
https://github.com/divio/djangocms-timed
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/divio/djangocms-timed
- Owner: divio
- License: other
- Created: 2013-08-19T08:45:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-05-23T10:37:29.000Z (over 5 years ago)
- Last Synced: 2024-11-09T22:33:22.602Z (2 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
================
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 higherInstallation
------------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.. |pypi| image:: https://badge.fury.io/py/djangocms-timed.svg
:target: http://badge.fury.io/py/djangocms-timed
.. |build| image:: https://travis-ci.org/divio/djangocms-timed.svg?branch=master
:target: https://travis-ci.org/divio/djangocms-timed
.. |coverage| image:: https://codecov.io/gh/divio/djangocms-timed/branch/master/graph/badge.svg
:target: https://codecov.io/gh/divio/djangocms-timed