Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

django_agent-1.0.1-py3-none-any.whl (5.1 kB view hashes)

Uploaded 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