mediapop / django-spreedly

MIT License
1 stars 0 forks source link

Build Status

Info

This app can be used to add support for the spreedly subscription service to your django app.

Note this app is still in development, if you find issues or bugs, please submit them here:

Please report all issues to our git hub issue tracker

The app currently covers:

Installation

pip install django-spreedly

Have LOGIN_URL set in settings.py

LOGIN_URL = '/login'

Documentation

Documentation is on readthedocs.org

Contributing

make develop

Apply patches, write test, run tests.

make test

Send pull request.