"Django-For-Runners" -> "Django-ForRunners"

This commit is contained in:
JensDiemer 2021-01-17 13:02:56 +01:00
parent c0036da888
commit eae3e4d60e
4 changed files with 20 additions and 20 deletions

View file

@ -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)
[![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.*
Current status is pre-alpha: This app doesn't work, yet ;)
@ -12,7 +12,7 @@ Pull requests welcome ;)
## 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
@ -26,7 +26,7 @@ An admin user is created at installation, the login is what you provided at inst
## 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.
# Miscellaneous
@ -45,7 +45,7 @@ You can edit the file `$final_path/local_settings.py` to enable or disable featu
## Links
* 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/
---
@ -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:/opt/yunohost/django-for-runners# source venv/bin/activate
(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'
PROJECT_PATH:/opt/yunohost/django-for-runners/venv/lib/python3.7/site-packages
BASE_PATH:/opt/yunohost/django-for-runners
@ -114,7 +114,7 @@ root@yunohost:~# journalctl --unit=django-for-runners --follow
## 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
and urls made for YunoHost installation.

View file

@ -1,5 +1,5 @@
[Unit]
Description=Django-For-Runners application server
Description=Django-ForRunners application server
After=redis.service postgresql.service
[Service]

View file

@ -109,7 +109,7 @@ CACHES = {
'default': {
'BACKEND': 'django_redis.cache.RedisCache',
'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:
# 'LOCATION': 'unix:///var/run/redis/redis.sock?db=1',
'OPTIONS': {

View file

@ -1,11 +1,11 @@
{
"name": "Django-For-Runners",
"name": "Django-ForRunners",
"id": "django-for-runners",
"packaging_format": 1,
"description": {
"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",
"license": "GPL-3.0",
"maintainer": {
@ -26,8 +26,8 @@
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for Django-For-Runners",
"fr": "Choisissez un domaine pour Django-For-Runners"
"en": "Choose a domain for Django-ForRunners",
"fr": "Choisissez un domaine pour Django-ForRunners"
},
"example": "domain.org"
},
@ -35,8 +35,8 @@
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Django-For-Runners",
"fr": "Choisissez un chemin pour Django-For-Runners"
"en": "Choose a path for Django-ForRunners",
"fr": "Choisissez un chemin pour Django-ForRunners"
},
"example": "/django-for-runners",
"default": "/django-for-runners"
@ -45,8 +45,8 @@
"name": "admin",
"type": "user",
"ask": {
"en": "Choose an admin user for Django-For-Runners",
"fr": "Choisissez l'administrateur pour Django-For-Runners"
"en": "Choose an admin user for Django-ForRunners",
"fr": "Choisissez l'administrateur pour Django-ForRunners"
},
"example": "johndoe"
},
@ -54,8 +54,8 @@
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Should Django-For-Runners be public accessible?",
"fr": "Django-For-Runners doit-il être accessible au public ?"
"en": "Should Django-ForRunners be public accessible?",
"fr": "Django-ForRunners doit-il être accessible au public ?"
},
"help": {
"en": "Any YunoHost user and anonymous people from the web will be able to access the application",