Skip to main content

Simple news module

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

csnews-2.10.tar.gz (12.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page