mirror of
https://github.com/YunoHost-Apps/pyinventory_ynh.git
synced 2024-09-03 20:16:09 +02:00
Apply manageprojects updates
This commit is contained in:
parent
7305e46719
commit
b7746e0e23
3 changed files with 8 additions and 5 deletions
|
@ -6,10 +6,6 @@
|
||||||
|
|
||||||
[PyInventory](https://github.com/jedie/PyInventory) is a libre web-based management to catalog things including state and location etc. using [Python](https://www.python.org/)/[Django](https://www.djangoproject.com/).
|
[PyInventory](https://github.com/jedie/PyInventory) is a libre web-based management to catalog things including state and location etc. using [Python](https://www.python.org/)/[Django](https://www.djangoproject.com/).
|
||||||
|
|
||||||
[![Integration level](https://dash.yunohost.org/integration/pyinventory_ynh.svg)](https://dash.yunohost.org/appci/app/pyinventory_ynh) ![](https://ci-apps.yunohost.org/ci/badges/pyinventory_ynh.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/pyinventory_ynh.maintain.svg)
|
|
||||||
[![Install pyinventory_ynh with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=pyinventory_ynh)
|
|
||||||
|
|
||||||
|
|
||||||
Pull requests welcome ;)
|
Pull requests welcome ;)
|
||||||
|
|
||||||
This package for YunoHost used [django-yunohost-integration](https://github.com/YunoHost-Apps/django_yunohost_integration)
|
This package for YunoHost used [django-yunohost-integration](https://github.com/YunoHost-Apps/django_yunohost_integration)
|
||||||
|
|
|
@ -336,7 +336,12 @@ def diffsettings():
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
app_path = destination / 'opt_yunohost'
|
app_path = destination / 'opt_yunohost'
|
||||||
verbose_check_call(sys.executable, app_path / 'manage.py', 'diffsettings', cwd=app_path)
|
verbose_check_call(
|
||||||
|
sys.executable,
|
||||||
|
app_path / 'manage.py',
|
||||||
|
'diffsettings',
|
||||||
|
cwd=app_path,
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
cli.add_command(diffsettings)
|
cli.add_command(diffsettings)
|
||||||
|
|
|
@ -213,4 +213,6 @@ applied_migrations = [
|
||||||
"877e2ec", # 2023-08-17T20:54:24+02:00
|
"877e2ec", # 2023-08-17T20:54:24+02:00
|
||||||
"be3f649", # 2023-08-22T19:36:57+02:00
|
"be3f649", # 2023-08-22T19:36:57+02:00
|
||||||
"c1a9d97", # 2023-11-01T19:59:17+01:00
|
"c1a9d97", # 2023-11-01T19:59:17+01:00
|
||||||
|
"0a5d693", # 2023-11-25T15:06:21+01:00
|
||||||
|
"6b89813", # 2023-11-25T15:23:07+01:00
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue