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
36f361e330
commit
b302e2a362
2 changed files with 14 additions and 6 deletions
10
README.md
10
README.md
|
@ -15,7 +15,11 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
## Overview
|
## 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).
|
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 +32,7 @@ To demonstrate the functionality the small [django-example](https://github.com/j
|
||||||
Pull requests welcome ;)
|
Pull requests welcome ;)
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 0.5.0rc1~ynh1
|
**Shipped version:** 0.2.0~ynh1
|
||||||
## Disclaimers / important information
|
## Disclaimers / important information
|
||||||
|
|
||||||
## local test
|
## local test
|
||||||
|
@ -187,7 +191,7 @@ root@yunohost:~# journalctl --unit=django_example_ynh --follow
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: <https://github.com/YunoHost-Apps/django_example_ynh>
|
* 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>
|
* Official admin documentation: <https://github.com/YunoHost-Apps/django_example_ynh>
|
||||||
* Upstream app code repository: <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>
|
* YunoHost documentation for this app: <https://yunohost.org/app_django_example_ynh>
|
||||||
|
|
10
README_fr.md
10
README_fr.md
|
@ -15,7 +15,11 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
|
|
||||||
## 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).
|
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 +32,7 @@ To demonstrate the functionality the small [django-example](https://github.com/j
|
||||||
Pull requests welcome ;)
|
Pull requests welcome ;)
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 0.5.0rc1~ynh1
|
**Version incluse :** 0.2.0~ynh1
|
||||||
## Avertissements / informations importantes
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
## local test
|
## local test
|
||||||
|
@ -187,7 +191,7 @@ root@yunohost:~# journalctl --unit=django_example_ynh --follow
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site 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/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>
|
* 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>
|
* 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>
|
* Documentation YunoHost pour cette app : <https://yunohost.org/app_django_example_ynh>
|
||||||
|
|
Loading…
Add table
Reference in a new issue