diff --git a/README.md b/README.md index 64db067..23b408c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Demo [YunoHost Application](https://install-app.yunohost.org/?app=scovie_ynh) to demonstrate the integration of a [Python](https://www.python.org/)/[Django](https://www.djangoproject.com/) project under YunoHost using [django_yunohost_integration](https://github.com/eldertek/django_yunohost_integration). -To demonstrate the functionality the small [django-example](https://github.com/jedie/django-example) app will be installed. +To demonstrate the functionality the small [scovie](https://github.com/eldertek/scovie) app will be installed. [![Integration level](https://dash.yunohost.org/integration/scovie_ynh.svg)](https://dash.yunohost.org/appci/app/scovie_ynh) ![](https://ci-apps.yunohost.org/ci/badges/scovie_ynh.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/scovie_ynh.maintain.svg) [![Install scovie_ynh with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=scovie_ynh) diff --git a/conf/requirements.txt b/conf/requirements.txt index 20ebf4e..2d5375c 100644 --- a/conf/requirements.txt +++ b/conf/requirements.txt @@ -25,9 +25,6 @@ deprecated==1.2.13 ; python_version >= "3.9" and python_full_version < "4.0.0" \ django-axes==5.39.0 ; python_version >= "3.9" and python_full_version < "4.0.0" \ --hash=sha256:8f039f8e98f050f13f654efca599d8a04d0b57d330c590cf89ec2bf731c9a7fb \ --hash=sha256:97702552f7939c81db5bba2ef855ae43f20df92fa261cb79fd4c8633ba3b3955 -django-example==0.1.0rc0 ; python_version >= "3.9" and python_full_version < "4.0.0" \ - --hash=sha256:9bf31725f539d6c3489fd29a743f496fce1080164f5a62b87a6af2be04ca81c0 \ - --hash=sha256:de4460c2175506dcb528ac4f98df8c436c2d102f8d08c77b766cf406038eef53 django-ipware==4.0.2 ; python_version >= "3.9" and python_full_version < "4.0.0" \ --hash=sha256:602a58325a4808bd19197fef2676a0b2da2df40d0ecf21be414b2ff48c72ad05 \ --hash=sha256:878dbb06a87e25550798e9ef3204ed70a200dd8b15e47dcef848cf08244f04c9 diff --git a/conf/settings.py b/conf/settings.py index 9bf31c2..c07c5d3 100644 --- a/conf/settings.py +++ b/conf/settings.py @@ -15,7 +15,6 @@ from django_yunohost_integration.base_settings import * # noqa:F401,F403 from django_yunohost_integration.secret_key import get_or_create_secret as __get_or_create_secret -# https://github.com/jedie/django-example/ from django_example.settings.prod import * # noqa:F401,F403 isort:skip diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index b4b7bda..3a792cf 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -2,7 +2,7 @@ Demo [YunoHost Application](https://install-app.yunohost.org/?app=scovie_ynh) to demonstrate the integration of a [Python](https://www.python.org/)/[Django](https://www.djangoproject.com/) project under YunoHost using [django_yunohost_integration](https://github.com/eldertek/django_yunohost_integration). -To demonstrate the functionality the small [django-example](https://github.com/jedie/django-example) app will be installed. +To demonstrate the functionality the small [scovie](https://github.com/eldertek/scovie) app will be installed. [![Integration level](https://dash.yunohost.org/integration/scovie_ynh.svg)](https://dash.yunohost.org/appci/app/scovie_ynh) ![](https://ci-apps.yunohost.org/ci/badges/scovie_ynh.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/scovie_ynh.maintain.svg) [![Install scovie_ynh with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=scovie_ynh) diff --git a/poetry.lock b/poetry.lock index 67f4139..e538585 100644 --- a/poetry.lock +++ b/poetry.lock @@ -258,7 +258,7 @@ django-ipware = ">=3" setuptools = "*" [[package]] -name = "django-example" +name = "scovie" version = "0.1.0rc0" description = "Demo YunoHost Application to demonstrate the integration of a Django project under YunoHost." category = "main" @@ -995,10 +995,6 @@ django-axes = [ {file = "django-axes-5.39.0.tar.gz", hash = "sha256:97702552f7939c81db5bba2ef855ae43f20df92fa261cb79fd4c8633ba3b3955"}, {file = "django_axes-5.39.0-py3-none-any.whl", hash = "sha256:8f039f8e98f050f13f654efca599d8a04d0b57d330c590cf89ec2bf731c9a7fb"}, ] -django-example = [ - {file = "django-example-0.1.0rc0.tar.gz", hash = "sha256:de4460c2175506dcb528ac4f98df8c436c2d102f8d08c77b766cf406038eef53"}, - {file = "django_example-0.1.0rc0-py3-none-any.whl", hash = "sha256:9bf31725f539d6c3489fd29a743f496fce1080164f5a62b87a6af2be04ca81c0"}, -] django-ipware = [ {file = "django-ipware-4.0.2.tar.gz", hash = "sha256:602a58325a4808bd19197fef2676a0b2da2df40d0ecf21be414b2ff48c72ad05"}, {file = "django_ipware-4.0.2-py2.py3-none-any.whl", hash = "sha256:878dbb06a87e25550798e9ef3204ed70a200dd8b15e47dcef848cf08244f04c9"}, diff --git a/tests/test_example_project_urls_1.snapshot.html b/tests/test_example_project_urls_1.snapshot.html index 8ee5cc0..0c3f8c7 100644 --- a/tests/test_example_project_urls_1.snapshot.html +++ b/tests/test_example_project_urls_1.snapshot.html @@ -134,8 +134,8 @@

- - github.com/jedie/django-example + + github.com/eldertek/scovie