django_example_ynh/README_fr.md

54 lines
3.1 KiB
Markdown
Raw Permalink Normal View History

2022-08-12 18:18:29 +02:00
<!--
2024-03-29 07:00:18 +01:00
Nota bene: ce README est automatiquement généré par <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Il NE doit PAS être modifié à la main.
2022-08-12 18:18:29 +02:00
-->
# Django Example pour YunoHost
2023-04-12 20:14:41 +02:00
[![Niveau dintégration](https://dash.yunohost.org/integration/django_example.svg)](https://dash.yunohost.org/appci/app/django_example) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/django_example.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/django_example.maintain.svg)
[![Installer Django Example avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=django_example)
2022-08-12 18:18:29 +02:00
2024-03-29 07:00:18 +01:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2022-08-12 18:18:29 +02:00
2024-03-29 07:00:18 +01:00
> *Ce package vous permet dinstaller Django Example 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.*
2022-08-12 18:18:29 +02:00
2023-04-12 20:14:41 +02:00
## Vue densemble
2022-08-12 18:18:29 +02:00
2022-12-21 20:11:06 +01:00
[![tests](https://github.com/YunoHost-Apps/django_example_ynh/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/YunoHost-Apps/django_example_ynh/actions/workflows/tests.yml)
2023-11-26 15:55:38 +01:00
[![codecov](https://codecov.io/github/jedie/django_example_ynh/branch/main/graph/badge.svg)](https://app.codecov.io/github/jedie/django_example_ynh)
2022-12-21 20:11:06 +01:00
[![django_example_ynh @ PyPi](https://img.shields.io/pypi/v/django_example_ynh?label=django_example_ynh%20%40%20PyPi)](https://pypi.org/project/django_example_ynh/)
[![Python Versions](https://img.shields.io/pypi/pyversions/django_example_ynh)](https://github.com/YunoHost-Apps/django_example_ynh/blob/main/pyproject.toml)
2023-11-26 15:55:38 +01:00
[![License GPL-3.0-or-later](https://img.shields.io/pypi/l/django_example_ynh)](https://github.com/YunoHost-Apps/django_example_ynh/blob/main/LICENSE)
2022-08-14 17:50:29 +02:00
2023-11-26 15:55:38 +01:00
Demo YunoHost Application to demonstrate the integration of a Django project under YunoHost.
2022-08-14 17:50:29 +02:00
Pull requests welcome ;)
2023-11-26 15:55:38 +01:00
This package for YunoHost used [django-yunohost-integration](https://github.com/YunoHost-Apps/django_yunohost_integration)
2022-08-12 18:18:29 +02:00
2024-03-29 07:00:18 +01:00
**Version incluse:** 0.2.0~ynh3
2022-08-12 18:18:29 +02:00
## Documentations et ressources
2024-03-29 07:00:18 +01:00
- Documentation officielle utilisateur: <https://github.com/jedie/django-example>
- Documentation officielle de ladmin: <https://github.com/YunoHost-Apps/django_example_ynh>
- Dépôt de code officiel de lapp: <https://github.com/YunoHost-Apps/django_example_ynh>
- YunoHost Store: <https://apps.yunohost.org/app/django_example>
- Signaler un bug: <https://github.com/YunoHost-Apps/django_example_ynh/issues>
2022-08-12 18:18:29 +02:00
## Informations pour les développeurs
2024-03-29 07:00:18 +01:00
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/django_example_ynh/tree/testing).
2022-08-12 18:18:29 +02:00
2024-03-29 07:00:18 +01:00
Pour essayer la branche `testing`, procédez comme suit:
2022-08-12 18:18:29 +02:00
2024-03-29 07:00:18 +01:00
```bash
2023-04-12 20:14:41 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/django_example_ynh/tree/testing --debug
2022-08-12 18:18:29 +02:00
ou
2023-04-12 20:14:41 +02:00
sudo yunohost app upgrade django_example -u https://github.com/YunoHost-Apps/django_example_ynh/tree/testing --debug
2022-08-12 18:18:29 +02:00
```
2024-03-29 07:00:18 +01:00
**Plus dinfos sur le packaging dapplications:** <https://yunohost.org/packaging_apps>