Skip to main content

An app for a superuser to run subprocess commands in a Django project

Project description

django-subprocess-view

An app for a superuser to run subprocess commands in a Django project

Set up

  1. Install from PyPI
python -m pip install django-subprocess-view
  1. Add the package to your settins INSTALLED_APPS
INSTALLED_APPS = [
    ...
    "subprocess_view",
    ...
]
  1. Add to urls.py
urlpatterns = [
    path("admin/", admin.site.urls),
    path("subprocess/", include("subprocess_view.urls")), # add this
]

Usage

  1. Go to the url path or the app
  2. Enter the command you wish to run Main
  3. click Send
  4. Check the results Procesed

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-subprocess-view-0.0.0.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

django_subprocess_view-0.0.0-py3-none-any.whl (4.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