Skip to content

mediapop/django-spreedly

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • syncing subscriptions with your spreedly account.
  • listing available subscriptions on your site.
  • letting a user choose and signup for a subscription from your site.
  • letting spreedly checkin and relay currently user subscription info.
  • disabling part of your site for non-subscribed users (optional)
  • redirecting users to the subscription page when their subscription expires.

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 70.9%
  • JavaScript 22.2%
  • CSS 6.9%