Skip to main content

Your project description goes here

Project description

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 Django Outbox Middleware’s URL patterns:

from django_outbox_middleware import urls as django_outbox_middleware_urls


urlpatterns = [
    ...
    url(r'^', include(django_outbox_middleware_urls)),
    ...
]

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.

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

django-outbox-middleware-0.1.0.tar.gz (6.8 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for django-outbox-middleware-0.1.0.tar.gz
Algorithm Hash digest
SHA256 1f92a43c0b2750e1208e541850aec573619beddf1a0cdf8cb14516d7b065f975
MD5 8c3bebba789f055bb75405bf74c91a2d
BLAKE2b-256 a820c8d77933e9a9896d09b1a696893e3689d3f64a2c25b2d49d23e09510af6c

See more details on using hashes here.

Supported by

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