A Django app that provides an API for executing shell commands and retrieving their output
Project description
Django Agent
This is a Django app that provides an API for executing shell commands and retrieving their output.
Quick start
- Add django_agent to your INSTALLED_APPS setting like this
INSTALLED_APPS = [
...,
"django_agent",
]
- Include the django_agent URLconf in your project urls.py like this
path("agent/", include("django_agent.urls")),
- Add AGENT_TOKEN to your project settings.py like this
...
AGENT_TOKEN="my-agent-token"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-agent-1.0.1.tar.gz
(4.0 kB
view details)
Built Distribution
File details
Details for the file django-agent-1.0.1.tar.gz
.
File metadata
- Download URL: django-agent-1.0.1.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16e4315ddeb02cb86f42f59dfe0ce932616bec5dcf2ccf966f4390bb16754c27 |
|
MD5 | e818dafd6a3dd261be71e8366546e1d1 |
|
BLAKE2b-256 | 29ff16025a7fe6a7549b2d45511f2d280cf343845a0c4924e8f805957d57ad1d |
File details
Details for the file django_agent-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: django_agent-1.0.1-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa3c625b971b445a786ba51df4e96a78f54749c8312c14249b59874e341b7c44 |
|
MD5 | 40dea8627ac44e6b092af90b1d371bf7 |
|
BLAKE2b-256 | 3d176e5eeea0b90a6daa51389ffdb43f69306775fb344dee37f5880fcafc0aba |