feat: Add management command software
allows setting software as global and migrating to global organization !11 #27
This commit is contained in:
@ -12,3 +12,9 @@ Application settings contain global settings that are applicable to the entire a
|
||||
## Global Software
|
||||
|
||||
It's possible to enforce that all software is set as global. On defining this setting you must set an organization that the global software will be created in. Then when any software is created it will be set to global and saved to the global organization regardless of the users selected settings.
|
||||
|
||||
There is a management command available to manage software globally called `software`. This command enables you to set all software within the application as `global` and to migrate all global software to the global organization, if set. If the application setting `All Software is global` is set as false, any changes to the global status of the software will not move it to the global organization.
|
||||
|
||||
- make all software global `python manage.py software -g [--global]`
|
||||
|
||||
- Migrate all software to the global organization `python manage.py software -m [--migrate]`
|
||||
|
Reference in New Issue
Block a user