Last updated:
0 purchases
podiantpubsub 1.0.0
Podiant PubSub
A simpler, more flexible form of Django signals
Quickstart
Install PubSub:
pip install podiant-pubsub
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'pubsub',
...
)
Running tests
Does the code actually work?
coverage run --source pubsub runtests.py
Credits
Tools used in rendering this package:
Cookiecutter
cookiecutter-djangopackage
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.