Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

django-admin-commands

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-admin-commands

Allow running Django management commands at the ease of your admin panel

  • 1.0
  • PyPI
  • Socket score

Maintainers
1

===================== Django Admin Commands

A super simple library to allow admins to run Django management commands at panel. This saves admins from the hassle of ssh'ing into the servers, also gives more auditability since all the runtimes, commands, and outputs will be captured in the admin panel.

To understand the design decisions you can read the following blog posts where I justify the need for these cases.

https://eralpbayraktar.com/blog/django/2022/

Getting It

::

$ pip install django-admin-commands

Usage

Add admincommands to your INSTALLED_APPS in settings.py.

Run ./manage.py migrate to have the CommandRunInstance created in your database.

(Optional) Allow granular access who can run/delete/view command run instances using Django's permissions system.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc