{"id":20720657,"url":"https://github.com/yunohost-apps/django_example_ynh","last_synced_at":"2025-07-25T22:35:49.509Z","repository":{"id":51143775,"uuid":"343067625","full_name":"YunoHost-Apps/django_example_ynh","owner":"YunoHost-Apps","description":"Demo YunoHost Application to demonstrate the integration of a Django project under YunoHost.","archived":false,"fork":false,"pushed_at":"2025-03-21T18:48:58.000Z","size":720,"stargazers_count":7,"open_issues_count":2,"forks_count":5,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-07T03:02:30.361Z","etag":null,"topics":["django","django-example","python","yunohost","yunohost-apps"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/YunoHost-Apps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-28T09:37:40.000Z","updated_at":"2025-03-12T17:22:38.000Z","dependencies_parsed_at":"2023-01-30T04:45:16.769Z","dependency_job_id":"f7389cc5-059e-44f7-8dc3-614fd5ff3e49","html_url":"https://github.com/YunoHost-Apps/django_example_ynh","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YunoHost-Apps%2Fdjango_example_ynh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YunoHost-Apps%2Fdjango_example_ynh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YunoHost-Apps%2Fdjango_example_ynh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YunoHost-Apps%2Fdjango_example_ynh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YunoHost-Apps","download_url":"https://codeload.github.com/YunoHost-Apps/django_example_ynh/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250457133,"owners_count":21433723,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django","django-example","python","yunohost","yunohost-apps"],"created_at":"2024-11-17T03:22:27.929Z","updated_at":"2025-04-23T14:50:09.565Z","avatar_url":"https://github.com/YunoHost-Apps.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nN.B.: This README was automatically generated by \u003chttps://github.com/YunoHost/apps/tree/master/tools/readme_generator\u003e\nIt shall NOT be edited by hand.\n--\u003e\n\n# Django Example for YunoHost\n\n[![Integration level](https://apps.yunohost.org/badge/integration/django_example)](https://ci-apps.yunohost.org/ci/apps/django_example/)\n![Working status](https://apps.yunohost.org/badge/state/django_example)\n![Maintenance status](https://apps.yunohost.org/badge/maintained/django_example)\n\n[![Install Django Example with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=django_example)\n\n*[Read this README in other languages.](./ALL_README.md)*\n\n\u003e *This package allows you to install Django Example quickly and simply on a YunoHost server.*  \n\u003e *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*\n\n## Overview\n\n[![tests](https://github.com/YunoHost-Apps/django_example_ynh/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/YunoHost-Apps/django_example_ynh/actions/workflows/tests.yml)\n[![codecov](https://codecov.io/github/jedie/django_example_ynh/branch/main/graph/badge.svg)](https://app.codecov.io/github/jedie/django_example_ynh)\n[![django_example_ynh @ PyPi](https://img.shields.io/pypi/v/django_example_ynh?label=django_example_ynh%20%40%20PyPi)](https://pypi.org/project/django_example_ynh/)\n[![Python Versions](https://img.shields.io/pypi/pyversions/django_example_ynh)](https://github.com/YunoHost-Apps/django_example_ynh/blob/main/pyproject.toml)\n[![License GPL-3.0-or-later](https://img.shields.io/pypi/l/django_example_ynh)](https://github.com/YunoHost-Apps/django_example_ynh/blob/main/LICENSE)\n\nDemo YunoHost Application to demonstrate the integration of a Django project under YunoHost.\n\nPull requests welcome ;)\n\nThis package for YunoHost used [django-yunohost-integration](https://github.com/YunoHost-Apps/django_yunohost_integration)\n\n\n**Shipped version:** 0.2.0~ynh4\n## Documentation and resources\n\n- Upstream app code repository: \u003chttps://github.com/jedie/django-example\u003e\n- YunoHost Store: \u003chttps://apps.yunohost.org/app/django_example\u003e\n- Report a bug: \u003chttps://github.com/YunoHost-Apps/django_example_ynh/issues\u003e\n\n## Developer info\n\nPlease send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/django_example_ynh/tree/testing).\n\nTo try the `testing` branch, please proceed like that:\n\n```bash\nsudo yunohost app install https://github.com/YunoHost-Apps/django_example_ynh/tree/testing --debug\nor\nsudo yunohost app upgrade django_example -u https://github.com/YunoHost-Apps/django_example_ynh/tree/testing --debug\n```\n\n**More info regarding app packaging:** \u003chttps://yunohost.org/packaging_apps\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyunohost-apps%2Fdjango_example_ynh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyunohost-apps%2Fdjango_example_ynh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyunohost-apps%2Fdjango_example_ynh/lists"}