Apply manageproject updates

This commit is contained in:
Jens Diemer 2024-08-02 17:01:38 +02:00
parent 63b4b74957
commit 14f80585e0
7 changed files with 7 additions and 8 deletions

View file

@ -11,7 +11,7 @@ It shall NOT be edited by hand.
*[Read this README in other languages.](./ALL_README.md)* *[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install django-for-runners quickly and simply on a YunoHost server.* > *This package allows you to install django-for-runners quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.* > *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
## Overview ## Overview

View file

@ -11,7 +11,7 @@ No se debe editar a mano.
*[Leer este README en otros idiomas.](./ALL_README.md)* *[Leer este README en otros idiomas.](./ALL_README.md)*
> *Este paquete le permite instalardjango-for-runners rapidamente y simplement en un servidor YunoHost.* > *Este paquete le permite instalardjango-for-runners rapidamente y simplement en un servidor YunoHost.*
> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.* > *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.*
## Descripción general ## Descripción general

View file

@ -11,7 +11,7 @@ EZ editatu eskuz.
*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)* *[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)*
> *Pakete honek django-for-runners YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.* > *Pakete honek django-for-runners YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.*
> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.* > *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.*
## Aurreikuspena ## Aurreikuspena

View file

@ -11,7 +11,7 @@ Il NE doit PAS être modifié à la main.
*[Lire le README dans d'autres langues.](./ALL_README.md)* *[Lire le README dans d'autres langues.](./ALL_README.md)*
> *Ce package vous permet dinstaller django-for-runners rapidement et simplement sur un serveur YunoHost.* > *Ce package vous permet dinstaller django-for-runners rapidement et simplement sur un serveur YunoHost.*
> *Si vous navez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment linstaller et en profiter.* > *Si vous navez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment linstaller et en profiter.*
## Vue densemble ## Vue densemble

View file

@ -11,7 +11,7 @@ NON debe editarse manualmente.
*[Le este README en outros idiomas.](./ALL_README.md)* *[Le este README en outros idiomas.](./ALL_README.md)*
> *Este paquete permíteche instalar django-for-runners de xeito rápido e doado nun servidor YunoHost.* > *Este paquete permíteche instalar django-for-runners de xeito rápido e doado nun servidor YunoHost.*
> *Se non usas YunoHost, le a [documentación](https://yunohost.org/install) para saber como instalalo.* > *Se non usas YunoHost, le a [documentación](https://yunohost.org/install) para saber como instalalo.*
## Vista xeral ## Vista xeral

View file

@ -11,7 +11,7 @@
*[阅读此 README 的其它语言版本。](./ALL_README.md)* *[阅读此 README 的其它语言版本。](./ALL_README.md)*
> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 django-for-runners。* > *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 django-for-runners。*
> *如果您还没有 YunoHost请参阅[指南](https://yunohost.org/install)了解如何安装它。* > *如果您还没有 YunoHost请参阅[指南](https://yunohost.org/install)了解如何安装它。*
## 概况 ## 概况

View file

@ -1,4 +1,3 @@
from for_runners_ynh.cli.dev import PACKAGE_ROOT from for_runners_ynh.cli.dev import PACKAGE_ROOT
@ -11,8 +10,8 @@ from bx_django_utils.filename import clean_filename
from bx_py_utils.path import assert_is_dir, assert_is_file from bx_py_utils.path import assert_is_dir, assert_is_file
from django.test.testcases import TestCase from django.test.testcases import TestCase
from django_tools.unittest_utils.project_setup import check_editor_config from django_tools.unittest_utils.project_setup import check_editor_config
from for_runners import __version__ as upstream_version
from django_example import __version__ as upstream_version
from for_runners_ynh import __version__ as ynh_pkg_version from for_runners_ynh import __version__ as ynh_pkg_version