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:
pip install django-spreedly
Have LOGIN_URL
set in settings.py
LOGIN_URL = '/login'
Documentation is on readthedocs.org
make develop
Apply patches, write test, run tests.
make test
Send pull request.