django-agent 1.0.1

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangoagent 1.0.1

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"

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.