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 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.
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
File details
Details for the file django-outbox-middleware-0.2.2.tar.gz
.
File metadata
- Download URL: django-outbox-middleware-0.2.2.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7de812e4deac980f5dcd50091e2e3ab469012ce7f9fe689b34a00a33edf9ff7d |
|
MD5 | 5c45b9a83f46afc64df19569b5a6244b |
|
BLAKE2b-256 | 844e0544b941738e317f1069d8ba6ec26a02ce88876ac5a1890108127f387327 |
File details
Details for the file django_outbox_middleware-0.2.2-py2.py3-none-any.whl
.
File metadata
- Download URL: django_outbox_middleware-0.2.2-py2.py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69f429aff725d06098bae39c68d4620b326784926082273ebcb612a56350def8 |
|
MD5 | e89eb54ce76b93e1e46486397b68a342 |
|
BLAKE2b-256 | 223a93d62508b2899a889d295336dcb9d318c8eafbbaa41262044756a5f3b8b2 |