Integrates out-of-the-box payment processing for django-flexible-subscriptions
Project description
payable-subscriptions
Integrates out-of-the-box payment processing for django-flexible-subscriptions.
Currently, only Venmo is supported.
This builds upon the subscription and recurrent billing from django-flexible-subscriptions with supported payment vendors, such as Venmo.
Quick start
- Add "payablesubs" to your
INSTALLED_APPS
setting like this:
INSTALLED_APPS = [
...
'payablesubs',
]
- Include the polls URLconf in your project
urls.py
like this:
path('subscriptions/', include('subscriptions.urls')),
-
Run
python manage.py migrate
to create the models. -
Start the development server and visit http://127.0.0.1:8000/subscriptions/dfs/subscriptions to view the subscriptions dashboard. NOTE: You need to create and login with a superuser account.
Libraries Used
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
payable-subscriptions-1.0.2.zip
(30.9 kB
view hashes)