From b7746e0e239d46d138614a62f11dc9ff010d9d08 Mon Sep 17 00:00:00 2001 From: Jens Diemer Date: Sat, 25 Nov 2023 15:12:11 +0100 Subject: [PATCH] Apply manageprojects updates --- doc/DESCRIPTION.md | 4 ---- pyinventory_ynh/cli/dev.py | 7 ++++++- pyproject.toml | 2 ++ 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 1ee693f..2017348 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -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/). -[![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 ;) This package for YunoHost used [django-yunohost-integration](https://github.com/YunoHost-Apps/django_yunohost_integration) diff --git a/pyinventory_ynh/cli/dev.py b/pyinventory_ynh/cli/dev.py index 033f8b8..39f6d9c 100644 --- a/pyinventory_ynh/cli/dev.py +++ b/pyinventory_ynh/cli/dev.py @@ -336,7 +336,12 @@ def diffsettings(): }, ) 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) diff --git a/pyproject.toml b/pyproject.toml index a28923f..4b6b990 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -213,4 +213,6 @@ applied_migrations = [ "877e2ec", # 2023-08-17T20:54:24+02:00 "be3f649", # 2023-08-22T19:36:57+02: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 ]