Skip to main content

No project description provided

Project description

Django middleware for cassette.dev

Install with pip install cassette-django

Add cassette_django to your installed apps.

INSTALLED_APPS = [
    ...
    'cassette_django',
    ...
]

Add the middleware as at the end of the middleware list

MIDDLEWARE = [
    ...
    'cassette_django.middleware.CassetteMiddleware,
]

Now you're good to go! To import your API just install cassette's cli (npm install -g @cassette.dev/cassette-cli or read more at npmjs.com) and follow the instructions.

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

cassette_django-0.0.5.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distributions

cassette_django-0.0.5-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

cassette_django-0.0.5-py2-none-any.whl (3.0 kB view hashes)

Uploaded Python 2

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