https://github.com/urtzai/csnews
News module for Django
https://github.com/urtzai/csnews
django news python-2 python-3
Last synced: about 1 month ago
JSON representation
News module for Django
- Host: GitHub
- URL: https://github.com/urtzai/csnews
- Owner: urtzai
- Created: 2013-03-20T14:20:27.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2017-03-17T12:39:48.000Z (about 9 years ago)
- Last Synced: 2025-10-08T18:51:04.794Z (8 months ago)
- Topics: django, news, python-2, python-3
- Language: HTML
- Size: 2.14 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
CSNews
======
.. image:: https://badge.fury.io/py/csnews.svg
:target: https://badge.fury.io/py/csnews
:alt: Latest PyPI version
.. image:: https://travis-ci.org/urtzai/csnews.svg?branch=master
:target: https://travis-ci.org/urtzai/csnews
.. image:: https://coveralls.io/repos/github/urtzai/csnews/badge.svg?branch=master
:target: https://coveralls.io/github/urtzai/csnews?branch=master
.. image:: https://landscape.io/github/urtzai/csnews/master/landscape.svg?style=flat
:target: https://landscape.io/github/urtzai/csnews/master
:alt: Code Health
.. image:: https://requires.io/github/urtzai/csnews/requirements.svg?branch=master
:target: https://requires.io/github/urtzai/csnews/requirements/?branch=master
:alt: Requirements Status
.. image:: https://img.shields.io/badge/python-2.7-blue.svg
:target: https://badge.fury.io/py/csnews
:alt: Latest Python 2 version
.. image:: https://img.shields.io/badge/python-3.5-blue.svg
:target: https://badge.fury.io/py/csnews
:alt: Latest Python 3 version
News module for Django
Dependencies
------------
* Django>=1.8
* django-photologue>=3.6
* django-tinymce>=2.6.0
Instalation
-----------
.. code-block:: python
INSTALLED_APPS = [
'csnews',
]
Then apply migrations:
.. code-block::
./manage.py migrate csnews
Finally, add this in ``urls.py``:
.. code-block:: django
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 `_.