mirror of
https://github.com/YunoHost-Apps/django-for-runners_ynh.git
synced 2024-09-03 18:26:16 +02:00
"Django-For-Runners" -> "Django-ForRunners"
This commit is contained in:
parent
c0036da888
commit
eae3e4d60e
4 changed files with 20 additions and 20 deletions
16
README.md
16
README.md
|
@ -1,9 +1,9 @@
|
||||||
# Django-For-Runners for YunoHost
|
# Django-ForRunners for YunoHost
|
||||||
|
|
||||||
[![Integration level](https://dash.yunohost.org/integration/django-for-runners.svg)](https://dash.yunohost.org/appci/app/django-for-runners) ![](https://ci-apps.yunohost.org/ci/badges/django-for-runners.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/django-for-runners.maintain.svg)
|
[![Integration level](https://dash.yunohost.org/integration/django-for-runners.svg)](https://dash.yunohost.org/appci/app/django-for-runners) ![](https://ci-apps.yunohost.org/ci/badges/django-for-runners.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/django-for-runners.maintain.svg)
|
||||||
[![Install Django-For-Runners with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=django-for-runners)
|
[![Install Django-ForRunners with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=django-for-runners)
|
||||||
|
|
||||||
> *This package allows you to install Django-For-Runners quickly and simply on a YunoHost server.
|
> *This package allows you to install Django-ForRunners quickly and simply on a YunoHost server.
|
||||||
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||||
|
|
||||||
Current status is pre-alpha: This app doesn't work, yet ;)
|
Current status is pre-alpha: This app doesn't work, yet ;)
|
||||||
|
@ -12,7 +12,7 @@ Pull requests welcome ;)
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
Django-For-Runners is a libre web-based management to catalog things including state and location etc. using Python/Django.
|
Django-ForRunners is a libre web-based management to catalog things including state and location etc. using Python/Django.
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ An admin user is created at installation, the login is what you provided at inst
|
||||||
|
|
||||||
## Settings and upgrades
|
## Settings and upgrades
|
||||||
|
|
||||||
Almost everything related to Django-For-Runners's configuration is handled in a `"../conf/ynh_for_runners_settings.py"` file.
|
Almost everything related to Django-ForRunners's configuration is handled in a `"../conf/ynh_for_runners_settings.py"` file.
|
||||||
You can edit the file `$final_path/local_settings.py` to enable or disable features.
|
You can edit the file `$final_path/local_settings.py` to enable or disable features.
|
||||||
|
|
||||||
# Miscellaneous
|
# Miscellaneous
|
||||||
|
@ -45,7 +45,7 @@ You can edit the file `$final_path/local_settings.py` to enable or disable featu
|
||||||
## Links
|
## Links
|
||||||
|
|
||||||
* Report a bug about this package: https://github.com/YunoHost-Apps/django-for-runners_ynh
|
* Report a bug about this package: https://github.com/YunoHost-Apps/django-for-runners_ynh
|
||||||
* Report a bug about Django-For-Runners itself: https://github.com/jedie/django-for-runners
|
* Report a bug about Django-ForRunners itself: https://github.com/jedie/django-for-runners
|
||||||
* YunoHost website: https://yunohost.org/
|
* YunoHost website: https://yunohost.org/
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -99,7 +99,7 @@ drwxr-xr-x 6 django-for-runners django-for-runners 6 Dec 8 08:37 venv
|
||||||
root@yunohost:~# cd /opt/yunohost/django-for-runners/
|
root@yunohost:~# cd /opt/yunohost/django-for-runners/
|
||||||
root@yunohost:/opt/yunohost/django-for-runners# source venv/bin/activate
|
root@yunohost:/opt/yunohost/django-for-runners# source venv/bin/activate
|
||||||
(venv) root@yunohost:/opt/yunohost/django-for-runners# ./manage.py check
|
(venv) root@yunohost:/opt/yunohost/django-for-runners# ./manage.py check
|
||||||
Django-For-Runners v0.12.0rc2 (Django v2.2.17)
|
Django-ForRunners v0.12.0rc3 (Django v2.2.17)
|
||||||
DJANGO_SETTINGS_MODULE='ynh_django-for-runners_settings'
|
DJANGO_SETTINGS_MODULE='ynh_django-for-runners_settings'
|
||||||
PROJECT_PATH:/opt/yunohost/django-for-runners/venv/lib/python3.7/site-packages
|
PROJECT_PATH:/opt/yunohost/django-for-runners/venv/lib/python3.7/site-packages
|
||||||
BASE_PATH:/opt/yunohost/django-for-runners
|
BASE_PATH:/opt/yunohost/django-for-runners
|
||||||
|
@ -114,7 +114,7 @@ root@yunohost:~# journalctl --unit=django-for-runners --follow
|
||||||
|
|
||||||
## local test
|
## local test
|
||||||
|
|
||||||
For quicker developing of Django-For-Runners in the context of YunoHost app,
|
For quicker developing of Django-ForRunners in the context of YunoHost app,
|
||||||
it's possible to run the Django developer server with the settings
|
it's possible to run the Django developer server with the settings
|
||||||
and urls made for YunoHost installation.
|
and urls made for YunoHost installation.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Django-For-Runners application server
|
Description=Django-ForRunners application server
|
||||||
After=redis.service postgresql.service
|
After=redis.service postgresql.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
|
|
@ -109,7 +109,7 @@ CACHES = {
|
||||||
'default': {
|
'default': {
|
||||||
'BACKEND': 'django_redis.cache.RedisCache',
|
'BACKEND': 'django_redis.cache.RedisCache',
|
||||||
'LOCATION': 'redis://127.0.0.1:6379/__REDIS_DB__',
|
'LOCATION': 'redis://127.0.0.1:6379/__REDIS_DB__',
|
||||||
# If redis is running on same host as Django-For-Runners, you might
|
# If redis is running on same host as Django-ForRunners, you might
|
||||||
# want to use unix sockets instead:
|
# want to use unix sockets instead:
|
||||||
# 'LOCATION': 'unix:///var/run/redis/redis.sock?db=1',
|
# 'LOCATION': 'unix:///var/run/redis/redis.sock?db=1',
|
||||||
'OPTIONS': {
|
'OPTIONS': {
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "Django-For-Runners",
|
"name": "Django-ForRunners",
|
||||||
"id": "django-for-runners",
|
"id": "django-for-runners",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Store your GPX tracks of your running (or other sports activity)"
|
"en": "Store your GPX tracks of your running (or other sports activity)"
|
||||||
},
|
},
|
||||||
"version": "0.12.0rc2~ynh2",
|
"version": "0.12.0rc3~ynh2",
|
||||||
"url": "https://github.com/jedie/django-for-runners",
|
"url": "https://github.com/jedie/django-for-runners",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
@ -26,8 +26,8 @@
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain",
|
"type": "domain",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose a domain for Django-For-Runners",
|
"en": "Choose a domain for Django-ForRunners",
|
||||||
"fr": "Choisissez un domaine pour Django-For-Runners"
|
"fr": "Choisissez un domaine pour Django-ForRunners"
|
||||||
},
|
},
|
||||||
"example": "domain.org"
|
"example": "domain.org"
|
||||||
},
|
},
|
||||||
|
@ -35,8 +35,8 @@
|
||||||
"name": "path",
|
"name": "path",
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose a path for Django-For-Runners",
|
"en": "Choose a path for Django-ForRunners",
|
||||||
"fr": "Choisissez un chemin pour Django-For-Runners"
|
"fr": "Choisissez un chemin pour Django-ForRunners"
|
||||||
},
|
},
|
||||||
"example": "/django-for-runners",
|
"example": "/django-for-runners",
|
||||||
"default": "/django-for-runners"
|
"default": "/django-for-runners"
|
||||||
|
@ -45,8 +45,8 @@
|
||||||
"name": "admin",
|
"name": "admin",
|
||||||
"type": "user",
|
"type": "user",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose an admin user for Django-For-Runners",
|
"en": "Choose an admin user for Django-ForRunners",
|
||||||
"fr": "Choisissez l'administrateur pour Django-For-Runners"
|
"fr": "Choisissez l'administrateur pour Django-ForRunners"
|
||||||
},
|
},
|
||||||
"example": "johndoe"
|
"example": "johndoe"
|
||||||
},
|
},
|
||||||
|
@ -54,8 +54,8 @@
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Should Django-For-Runners be public accessible?",
|
"en": "Should Django-ForRunners be public accessible?",
|
||||||
"fr": "Django-For-Runners doit-il être accessible au public ?"
|
"fr": "Django-ForRunners doit-il être accessible au public ?"
|
||||||
},
|
},
|
||||||
"help": {
|
"help": {
|
||||||
"en": "Any YunoHost user and anonymous people from the web will be able to access the application",
|
"en": "Any YunoHost user and anonymous people from the web will be able to access the application",
|
||||||
|
|
Loading…
Reference in a new issue