Demo YunoHost Application to demonstrate the integration of a Django project under YunoHost.
Find a file
2023-11-26 15:57:47 +01:00
.github Apply manageprojects updates 2023-11-26 15:57:47 +01:00
conf Remove pytest -> use normal unittest 2023-11-26 15:57:47 +01:00
django_example_ynh Remove pytest -> use normal unittest 2023-11-26 15:57:47 +01:00
doc Remove pytest -> use normal unittest 2023-11-26 15:57:47 +01:00
scripts Apply manageprojects updates 2023-11-26 15:57:47 +01:00
.editorconfig Apply manageprojects updates 2023-11-26 15:57:45 +01:00
.flake8 Apply manageprojects update 2022-12-21 19:19:37 +01:00
.gitignore Apply manageprojects updates 2023-11-26 15:57:47 +01:00
config_panel.toml Apply manageprojects updates 2023-11-26 15:57:47 +01:00
dev-cli.py Apply manageprojects updates 2023-11-26 15:57:47 +01:00
LICENSE Apply manageprojects updates 2023-11-26 15:57:45 +01:00
manifest.toml Remove pytest -> use normal unittest 2023-11-26 15:57:47 +01:00
pyproject.toml Remove pytest -> use normal unittest 2023-11-26 15:57:47 +01:00
README.md Auto-update README 2023-11-26 15:57:47 +01:00
README_fr.md Auto-update README 2023-11-26 15:57:47 +01:00
requirements.dev.txt Remove pytest -> use normal unittest 2023-11-26 15:57:47 +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

Lire ce readme en français.

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~ynh3

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