mirror of
https://github.com/YunoHost-Apps/django_example_ynh.git
synced 2024-09-03 18:26:21 +02:00
Merge pull request #36 from YunoHost-Apps/alexAubin-patch-1
Fix app id ...
This commit is contained in:
commit
84e8986aca
3 changed files with 24 additions and 22 deletions
15
README.md
15
README.md
|
@ -5,8 +5,9 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# Django Example for YunoHost
|
# Django Example for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/django_example_ynh)  
|
[](https://dash.yunohost.org/appci/app/django_example)  
|
||||||
[](https://install-app.yunohost.org/?app=django_example_ynh)
|
|
||||||
|
[](https://install-app.yunohost.org/?app=django_example)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
||||||
|
@ -194,19 +195,19 @@ root@yunohost:~# journalctl --unit=django_example_ynh --follow
|
||||||
* Official user documentation: <https://github.com/jedie/django-example>
|
* 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>
|
||||||
* Report a bug: <https://github.com/YunoHost-Apps/django_example_ynh_ynh/issues>
|
* Report a bug: <https://github.com/YunoHost-Apps/django_example_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
||||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/django_example_ynh_ynh/tree/testing).
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/django_example_ynh/tree/testing).
|
||||||
|
|
||||||
To try the testing branch, please proceed like that.
|
To try the testing branch, please proceed like that.
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/django_example_ynh_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/django_example_ynh/tree/testing --debug
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade django_example_ynh -u https://github.com/YunoHost-Apps/django_example_ynh_ynh/tree/testing --debug
|
sudo yunohost app upgrade django_example -u https://github.com/YunoHost-Apps/django_example_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||||
|
|
29
README_fr.md
29
README_fr.md
|
@ -5,15 +5,16 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# Django Example pour YunoHost
|
# Django Example pour YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/django_example_ynh)  
|
[](https://dash.yunohost.org/appci/app/django_example)  
|
||||||
[](https://install-app.yunohost.org/?app=django_example_ynh)
|
|
||||||
|
[](https://install-app.yunohost.org/?app=django_example)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
|
|
||||||
> *Ce package vous permet d'installer Django Example rapidement et simplement sur un serveur YunoHost.
|
> *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.*
|
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/tests.yml)
|
[](https://github.com/YunoHost-Apps/django_example_ynh/actions/workflows/tests.yml)
|
||||||
[](https://codecov.io/github/jedie/django_example_ynh)
|
[](https://codecov.io/github/jedie/django_example_ynh)
|
||||||
|
@ -190,23 +191,23 @@ 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/jedie/django-example>
|
* 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>
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/django_example_ynh_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/django_example_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
||||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/django_example_ynh_ynh/tree/testing).
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/django_example_ynh/tree/testing).
|
||||||
|
|
||||||
Pour essayer la branche testing, procédez comme suit.
|
Pour essayer la branche testing, procédez comme suit.
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/django_example_ynh_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/django_example_ynh/tree/testing --debug
|
||||||
ou
|
ou
|
||||||
sudo yunohost app upgrade django_example_ynh -u https://github.com/YunoHost-Apps/django_example_ynh_ynh/tree/testing --debug
|
sudo yunohost app upgrade django_example -u https://github.com/YunoHost-Apps/django_example_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>
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Django Example",
|
"name": "Django Example",
|
||||||
"id": "django_example_ynh",
|
"id": "django_example",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Demo YunoHost Application to demonstrate the integration of a Django project under YunoHost."
|
"en": "Demo YunoHost Application to demonstrate the integration of a Django project under YunoHost."
|
||||||
|
|
Loading…
Add table
Reference in a new issue