1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/django_example_ynh.git synced 2025-11-03 18:48:37 +01:00
Demo YunoHost Application to demonstrate the integration of a Django project under YunoHost.
Find a file
2025-10-31 22:49:31 +01:00
.github Apply manageprojects updates 2025-10-31 19:37:09 +01:00
.run Try to fix the login SSO redirection 2025-10-31 20:30:24 +01:00
conf Try to fix the login SSO redirection 2025-10-31 22:05:01 +01:00
django_example_ynh Try to fix the login SSO redirection 2025-10-31 22:05:01 +01:00
doc Apply manageprojects updates 2025-10-31 19:37:09 +01:00
scripts Apply manageprojects updates 2025-10-31 19:37:09 +01:00
.editorconfig Apply manageprojects updates 2024-09-07 11:19:51 +02:00
.gitignore Apply manageprojects updates 2025-10-31 19:37:09 +01:00
config_panel.toml Apply manageprojects updates 2024-09-07 11:19:51 +02:00
dev-cli.py Apply manageproject template updates 2025-03-21 19:47:33 +01:00
LICENSE Apply manageprojects updates 2023-11-26 15:57:45 +01:00
local_settings_source.py Apply manageprojects updates 2025-10-31 19:37:09 +01:00
manage_local_test.py Try to fix the login SSO redirection 2025-10-31 22:05:01 +01:00
manifest.toml Try to fix the login SSO redirection 2025-10-31 22:05:01 +01:00
pyproject.toml Try to fix the login SSO redirection 2025-10-31 22:05:01 +01:00
README.md Auto-update READMEs 2025-10-31 22:05:13 +01:00
test_requirements.sh Apply manageprojects updates 2025-10-31 19:37:09 +01:00
tests.toml Try to fix the login SSO redirection 2025-10-31 20:30:24 +01:00
uv.lock Try to fix the login SSO redirection 2025-10-31 22:05:01 +01:00

Logo of Django Example Django Example, packaged for YunoHost

Application demonstrating the integration of a Django project under YunoHost

Version: 0.2.0~ynh6

📦 Developer info

Automatic tests level

🛠️ Upstream Django Example repository: https://github.com/jedie/django-example

Pull request are welcome and should target the testing branch.

The testing branch can be tested using:

# fresh install:
sudo yunohost app install https://github.com/YunoHost-Apps/django_example_ynh/tree/testing

# upgrade an existing install:
sudo yunohost app upgrade django_example -u https://github.com/YunoHost-Apps/django_example_ynh/tree/testing

📚 App packaging documentation

Please see https://doc.yunohost.org/packaging_apps for more information.