Your project description goes here
Project description
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
Built Distribution
Close
Hashes for django-outbox-middleware-0.2.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66737a971975199847159c166d4f86067b3b0839a4ee182eb8d62d6970e89708 |
|
MD5 | ef8bff202f3fa467ad9e53197ec8e35f |
|
BLAKE2b-256 | 65f11d606ad47e9e00ad146a9e12ac21557b77c4d3ece76462e3dc13410105c0 |
Close
Hashes for django_outbox_middleware-0.2.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c0b9c7edea139db3539f97fbaf86c9be069229fbeb1436206476dfc295247f7 |
|
MD5 | 19b9c3e39c1bd96eb217d1571a31b623 |
|
BLAKE2b-256 | da684e7cbbb84259524040c209514e69725e0bbb233b30b60d9c577e089afc72 |