GovReady / govready-q

An open source, self-service GRC tool to automate security assessments and compliance.
https://q.govready.com
Other
174 stars 53 forks source link

Add route for calling management commands #1802

Closed gregelin closed 1 year ago

gregelin commented 1 year ago

Add a route to demonstrate calling a management command from a Django view.

As a superuser, I want to be able to execute certain Django management commands via a webhook (e.g., calling a URL).

image image