Craft HTTP requests in the Django Admin. Django Smithy is an HTTP Request templating system that allows developers to build systems to send abstract messages without additional development.
The full documentation is at https://django-smithy.readthedocs.io.
Install Django Smithy:
pip install django-smithy
Then, create a request template to send:
- Design requests in the Django Admin panel
- Send requests with whatever context you'd like
- Use Django's templating system everywhere
- Define variables to be added to the context
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Tools used in rendering this package: