Go to file
Nicolas Wavrant 19eba59318 improves setup.py and allow running standalone tests
(Standalone tests can be run with "python setup.py test")
2017-05-17 13:37:15 +02:00
cli Initial commit 2017-04-29 10:36:57 +02:00
feedmanager if neither password and username is given, subscription fails 2017-05-16 09:35:35 +02:00
MANIFEST.in improves setup.py and allow running standalone tests 2017-05-17 13:37:15 +02:00
README.md Initial commit 2017-04-29 10:36:57 +02:00
setup.py improves setup.py and allow running standalone tests 2017-05-17 13:37:15 +02:00
test_settings.py improves setup.py and allow running standalone tests 2017-05-17 13:37:15 +02:00

README.md

django-feed-manager is an application for Django which manages different RSS feeds and their lifetime.

This application has been developed to gather results of recurrent and automatized actions by multiple servers and allow different users to be updated using a standard format (which then allow automatic treatment of the notifications).

Feeds and feed's items can be created using HTTP Post requests. A cli python script is given in this repository to do that for you.