mirror of
https://github.com/YunoHost-Apps/django_example_ynh.git
synced 2024-09-03 18:26:21 +02:00
commit
30f52f04dc
2 changed files with 3 additions and 3 deletions
|
@ -31,6 +31,6 @@ if settings.PATH_URL:
|
||||||
else:
|
else:
|
||||||
# Installed to domain root, without a path prefix
|
# Installed to domain root, without a path prefix
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
path('/debug/', request_media_debug_view),
|
path('debug/', request_media_debug_view),
|
||||||
path('/', admin.site.urls),
|
path('', admin.site.urls),
|
||||||
]
|
]
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"id": "django_example_ynh",
|
"id": "django_example_ynh",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"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",
|
"version": "0.3.0~ynh1",
|
||||||
"url": "https://github.com/YunoHost-Apps/django_example_ynh",
|
"url": "https://github.com/YunoHost-Apps/django_example_ynh",
|
||||||
|
|
Loading…
Reference in a new issue