Skip to main content

Craft HTTP requests in the Django Admin.

Project description

https://badge.fury.io/py/django-smithy.svg https://travis-ci.org/jamiecounsell/django-smithy.svg?branch=master https://codecov.io/gh/jamiecounsell/django-smithy/branch/master/graph/badge.svg

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:

History

0.1.0 (2019-03-16)

  • First release on PyPI. No tests are present, use at your own risk!

0.2.0 (2019-03-07)

  • Add support for x-www-form-urlencoded content

  • Improved JS for admin form

  • Auto-add content-type header

  • Added better HTTP request/response records.

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

django-smithy-0.3.0.tar.gz (10.8 kB view hashes)

Uploaded Source

Built Distribution

django_smithy-0.3.0-py2.py3-none-any.whl (12.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page