Skip to content

Please do not use, this is experimental

License

Notifications You must be signed in to change notification settings

divio/djangocms-articles

Repository files navigation

django CMS Articles

pypi build coverage

django CMS Articles adds article function to django CMS. It is aimed to display common article information like news, blog entries, events and further types. It is extendable to add your own custom structure.

This addon is compatible with Divio Cloud 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.

We're grateful to all contributors who have helped create and maintain this package. Contributors are listed at the contributors section.

One of the easiest contributions you can make is helping to translate this addon on Transifex.

Documentation

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

python django djangocms

  • Django Filer 1.2.4 or higher

Make sure django Filer is installed and configured appropriately.

Installation

For a manual install:

  • run pip install djangocms-articles
  • add djangocms_articles to your INSTALLED_APPS
  • run python manage.py migrate djangocms_articles

Configuration

TBA

Running Tests

You can run tests by executing:

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

About

Please do not use, this is experimental

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages