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.
|
|
||
|---|---|---|
| .github | ||
| .run | ||
| conf | ||
| django_example_ynh | ||
| doc | ||
| scripts | ||
| .editorconfig | ||
| .gitignore | ||
| config_panel.toml | ||
| dev-cli.py | ||
| LICENSE | ||
| local_settings_source.py | ||
| manage_local_test.py | ||
| manifest.toml | ||
| pyproject.toml | ||
| README.md | ||
| test_requirements.sh | ||
| tests.toml | ||
| uv.lock | ||
Django Example, packaged for YunoHost
Application demonstrating the integration of a Django project under YunoHost
📦 Developer info
🛠️ 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.