mirror of
https://github.com/YunoHost-Apps/django_example_ynh.git
synced 2024-09-03 18:26:21 +02:00
Auto-update README
This commit is contained in:
parent
b25f15470a
commit
01cd807120
2 changed files with 25 additions and 15 deletions
13
README.md
13
README.md
|
@ -5,7 +5,8 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Django Example for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/django_example_ynh)  
|
||||
[](https://dash.yunohost.org/appci/app/django_example_ynh)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=django_example_ynh)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
@ -15,7 +16,11 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
## Overview
|
||||
|
||||
[](https://github.com/YunoHost-Apps/django_example_ynh/actions/workflows/pytest.yml) [](https://github.com/YunoHost-Apps/django_example_ynh/actions/workflows/package_linter.yml)
|
||||
[](https://github.com/YunoHost-Apps/django_example_ynh/actions/workflows/tests.yml)
|
||||
[](https://codecov.io/github/jedie/django_example_ynh)
|
||||
[](https://pypi.org/project/django_example_ynh/)
|
||||
[](https://github.com/YunoHost-Apps/django_example_ynh/blob/main/pyproject.toml)
|
||||
[](https://github.com/YunoHost-Apps/django_example_ynh/blob/main/LICENSE)
|
||||
|
||||
Demo [YunoHost Application](https://install-app.yunohost.org/?app=django_example_ynh) to demonstrate the integration of a [Python](https://www.python.org/)/[Django](https://www.djangoproject.com/) project under YunoHost using [django_yunohost_integration](https://github.com/YunoHost-Apps/django_yunohost_integration).
|
||||
|
||||
|
@ -28,7 +33,7 @@ To demonstrate the functionality the small [django-example](https://github.com/j
|
|||
Pull requests welcome ;)
|
||||
|
||||
|
||||
**Shipped version:** 0.5.0rc1~ynh1
|
||||
**Shipped version:** 0.2.0~ynh1
|
||||
## Disclaimers / important information
|
||||
|
||||
## local test
|
||||
|
@ -187,7 +192,7 @@ root@yunohost:~# journalctl --unit=django_example_ynh --follow
|
|||
## Documentation and resources
|
||||
|
||||
* Official app website: <https://github.com/YunoHost-Apps/django_example_ynh>
|
||||
* Official user documentation: <https://github.com/YunoHost-Apps/django_example_ynh>
|
||||
* Official user documentation: <https://github.com/jedie/django-example>
|
||||
* Official admin documentation: <https://github.com/YunoHost-Apps/django_example_ynh>
|
||||
* Upstream app code repository: <https://github.com/YunoHost-Apps/django_example_ynh>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_django_example_ynh>
|
||||
|
|
27
README_fr.md
27
README_fr.md
|
@ -5,17 +5,22 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Django Example pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/django_example_ynh)  
|
||||
[](https://dash.yunohost.org/appci/app/django_example_ynh)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=django_example_ynh)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
|
||||
> *Ce package vous permet d'installer Django Example rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||
> *Ce package vous permet d’installer Django Example rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||||
|
||||
## Vue d'ensemble
|
||||
## Vue d’ensemble
|
||||
|
||||
[](https://github.com/YunoHost-Apps/django_example_ynh/actions/workflows/pytest.yml) [](https://github.com/YunoHost-Apps/django_example_ynh/actions/workflows/package_linter.yml)
|
||||
[](https://github.com/YunoHost-Apps/django_example_ynh/actions/workflows/tests.yml)
|
||||
[](https://codecov.io/github/jedie/django_example_ynh)
|
||||
[](https://pypi.org/project/django_example_ynh/)
|
||||
[](https://github.com/YunoHost-Apps/django_example_ynh/blob/main/pyproject.toml)
|
||||
[](https://github.com/YunoHost-Apps/django_example_ynh/blob/main/LICENSE)
|
||||
|
||||
Demo [YunoHost Application](https://install-app.yunohost.org/?app=django_example_ynh) to demonstrate the integration of a [Python](https://www.python.org/)/[Django](https://www.djangoproject.com/) project under YunoHost using [django_yunohost_integration](https://github.com/YunoHost-Apps/django_yunohost_integration).
|
||||
|
||||
|
@ -28,7 +33,7 @@ To demonstrate the functionality the small [django-example](https://github.com/j
|
|||
Pull requests welcome ;)
|
||||
|
||||
|
||||
**Version incluse :** 0.5.0rc1~ynh1
|
||||
**Version incluse :** 0.2.0~ynh1
|
||||
## Avertissements / informations importantes
|
||||
|
||||
## local test
|
||||
|
@ -186,10 +191,10 @@ root@yunohost:~# journalctl --unit=django_example_ynh --follow
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : <https://github.com/YunoHost-Apps/django_example_ynh>
|
||||
* Documentation officielle utilisateur : <https://github.com/YunoHost-Apps/django_example_ynh>
|
||||
* Documentation officielle de l'admin : <https://github.com/YunoHost-Apps/django_example_ynh>
|
||||
* Dépôt de code officiel de l'app : <https://github.com/YunoHost-Apps/django_example_ynh>
|
||||
* Site officiel de l’app : <https://github.com/YunoHost-Apps/django_example_ynh>
|
||||
* Documentation officielle utilisateur : <https://github.com/jedie/django-example>
|
||||
* Documentation officielle de l’admin : <https://github.com/YunoHost-Apps/django_example_ynh>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/YunoHost-Apps/django_example_ynh>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_django_example_ynh>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/django_example_ynh_ynh/issues>
|
||||
|
||||
|
@ -205,4 +210,4 @@ ou
|
|||
sudo yunohost app upgrade django_example_ynh -u https://github.com/YunoHost-Apps/django_example_ynh_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
Loading…
Add table
Reference in a new issue