csnews

Simple news module


Keywords
django, news, python-2, python-3
License
GPL-2.0+
Install
pip install csnews==2.10

Documentation

CSNews

Latest PyPI version https://travis-ci.org/urtzai/csnews.svg?branch=master https://coveralls.io/repos/github/urtzai/csnews/badge.svg?branch=master Code Health Requirements Status Latest Python 2 version Latest Python 3 version

News module for Django

Dependencies

  • Django>=1.8
  • django-photologue>=3.6
  • django-tinymce>=2.6.0

Instalation

INSTALLED_APPS = [
    'csnews',
]

Then apply migrations:

./manage.py migrate csnews

Finally, add this in urls.py:

url(r'^news/', include('csnews.urls')),

Support

Should you experience any issues do not hesistate to post an issue or contribute in this project pulling requests.

Travis CI status

We use Travis to check that the unit test suite is working against various combinations of Python, Django, etc... Click here for the full report.