Merge pull request #7 from YunoHost-Apps/updates

Updates
This commit is contained in:
Jens Diemer 2022-08-15 08:27:23 +02:00 committed by GitHub
commit 30f52f04dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -31,6 +31,6 @@ if settings.PATH_URL:
else:
# Installed to domain root, without a path prefix
urlpatterns = [
path('/debug/', request_media_debug_view),
path('/', admin.site.urls),
path('debug/', request_media_debug_view),
path('', admin.site.urls),
]

View file

@ -3,7 +3,7 @@
"id": "django_example_ynh",
"packaging_format": 1,
"description": {
"en": "Demo YunoHost Application to demonstrate the integration of a Django project under YunoHost via https://github.com/YunoHost-Apps/django_yunohost_integration"
"en": "App to demonstrate the integration of a Django project under YunoHost via https://github.com/YunoHost-Apps/django_yunohost_integration"
},
"version": "0.3.0~ynh1",
"url": "https://github.com/YunoHost-Apps/django_example_ynh",