Skip to main content
https://badge.fury.io/py/django-outbox-middleware.svg https://travis-ci.org/ArtProcessors/django-outbox-middleware.svg?branch=master https://codecov.io/gh/ArtProcessors/django-outbox-middleware/branch/master/graph/badge.svg

Your project description goes here

Documentation

The full documentation is at https://django-outbox-middleware.readthedocs.io.

Quickstart

Install Django Outbox Middleware:

pip install django-outbox-middleware

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'django_outbox_middleware.apps.DjangoOutboxMiddlewareConfig',
    ...
)

Add it to your MIDDLEWARE:

# if django.VERSION >= (1, 10)
MIDDLEWARE (
    ...
    'django_outbox_middleware.middleware.OutboxMiddleware',
    ...
)
# else
MIDDLEWARE_CLASSES = (
    ...
    'django_outbox_middleware.middleware.OutboxMiddleware',
    ...
)

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

History

0.1.0 (2017-01-31)

  • First release on PyPI.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-outbox-middleware-0.2.2.tar.gz (7.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_outbox_middleware-0.2.2-py2.py3-none-any.whl (9.3 kB view details)

Uploaded Python 2Python 3

File details

Details for the file django-outbox-middleware-0.2.2.tar.gz.

File metadata

File hashes

Hashes for django-outbox-middleware-0.2.2.tar.gz
Algorithm Hash digest
SHA256 7de812e4deac980f5dcd50091e2e3ab469012ce7f9fe689b34a00a33edf9ff7d
MD5 5c45b9a83f46afc64df19569b5a6244b
BLAKE2b-256 844e0544b941738e317f1069d8ba6ec26a02ce88876ac5a1890108127f387327

See more details on using hashes here.

File details

Details for the file django_outbox_middleware-0.2.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_outbox_middleware-0.2.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 69f429aff725d06098bae39c68d4620b326784926082273ebcb612a56350def8
MD5 e89eb54ce76b93e1e46486397b68a342
BLAKE2b-256 223a93d62508b2899a889d295336dcb9d318c8eafbbaa41262044756a5f3b8b2

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.2.2 This release

2 files

0.2.1

2 files

0.2.0

2 files

0.1.0

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page