1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/django_example_ynh.git synced 2025-09-18 13:38:37 +02:00
Demo YunoHost Application to demonstrate the integration of a Django project under YunoHost.
Find a file
2025-03-12 18:22:32 +01:00
.github Project updates for Yunohost >= v12 2024-12-23 16:27:47 +01:00
conf Project updates for Yunohost >= v12 2025-01-11 10:49:46 +01:00
django_example_ynh Project updates for Yunohost >= v12 2024-12-23 16:27:47 +01:00
doc Apply manageprojects updates 2024-09-07 11:19:51 +02:00
scripts Project updates for Yunohost >= v12 2024-12-23 16:27:47 +01:00
.editorconfig Apply manageprojects updates 2024-09-07 11:19:51 +02:00
.flake8 Apply manageprojects update 2022-12-21 19:19:37 +01:00
.gitignore Apply manageprojects updates 2024-09-07 11:19:51 +02:00
ALL_README.md Auto-update READMEs 2024-12-23 16:27:59 +01:00
config_panel.toml Apply manageprojects updates 2024-09-07 11:19:51 +02:00
dev-cli.py Apply manageprojects updates 2024-09-07 11:19:51 +02:00
LICENSE Apply manageprojects updates 2023-11-26 15:57:45 +01:00
local_settings_source.py Apply manageprojects updates 2024-09-07 11:19:51 +02:00
manage_local_test.py Apply manageprojects updates 2024-09-07 11:19:51 +02:00
manifest.toml Project updates for Yunohost >= v12 2024-12-23 16:27:47 +01:00
pyproject.toml Project updates for Yunohost >= v12 2025-01-11 10:49:46 +01:00
README.md Auto-update READMEs 2025-01-11 10:50:08 +01:00
README_es.md Auto-update READMEs 2025-01-11 10:50:08 +01:00
README_eu.md Auto-update READMEs 2025-01-11 10:50:08 +01:00
README_fr.md Auto-update READMEs 2025-01-11 10:50:08 +01:00
README_gl.md Auto-update READMEs 2025-01-11 10:50:08 +01:00
README_id.md Auto-update READMEs 2025-01-11 10:50:08 +01:00
README_it.md Project updates for Yunohost >= v12 2024-12-23 16:27:47 +01:00
README_nl.md Auto-update READMEs 2025-01-11 10:50:08 +01:00
README_pl.md Auto-update READMEs 2024-12-23 16:27:59 +01:00
README_ru.md Auto-update READMEs 2025-01-11 10:50:08 +01:00
README_zh_Hans.md Auto-update READMEs 2025-01-11 10:50:08 +01:00
requirements.dev.txt Project updates for Yunohost >= v12 2025-01-11 10:49:46 +01:00
tests.toml Migrate to manifest v2 2023-08-22 08:39:10 +02:00

Django Example for YunoHost

Integration level Working status Maintenance status

Install Django Example with YunoHost

Read this README in other languages.

This package allows you to install Django Example quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

tests codecov django_example_ynh @ PyPi Python Versions License GPL-3.0-or-later

Demo YunoHost Application to demonstrate the integration of a Django project under YunoHost.

Pull requests welcome ;)

This package for YunoHost used django-yunohost-integration

Shipped version: 0.2.0~ynh4

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that:

sudo yunohost app install https://github.com/YunoHost-Apps/django_example_ynh/tree/testing --debug
or
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