Skip to main content

Integrates out-of-the-box payment processing for django-flexible-subscriptions

Project description

payable-subscriptions

Code Style Code Style


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

  1. Add "payablesubs" to your INSTALLED_APPS setting like this:
    INSTALLED_APPS = [
        ...
        'payablesubs',
    ]
  1. Include the polls URLconf in your project urls.py like this:
   path('subscriptions/', include('subscriptions.urls')),
  1. Run python manage.py migrate to create the models.

  2. 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.3.zip (31.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page