django-smithy

Craft HTTP requests in the Django Admin.


Keywords
django-smithy
License
MIT
Install
pip install django-smithy==0.3.0

Documentation

Django Smithy

https://travis-ci.org/jamiecounsell/django-smithy.svg?branch=master

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.

Documentation

The full documentation is at https://django-smithy.readthedocs.io.

Quickstart

Install Django Smithy:

pip install django-smithy

Then, create a request template to send:

https://user-images.githubusercontent.com/2321599/54481318-90a2ba80-4809-11e9-96ae-46be38ad65d3.png

Features

  • 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

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package: