mirror of
https://github.com/YunoHost-Apps/django-for-runners_ynh.git
synced 2024-09-03 18:26:16 +02:00
0.12.0rc3 -> 0.12.0
This commit is contained in:
parent
8ee6f05fc2
commit
4db50493a9
4 changed files with 5 additions and 5 deletions
|
@ -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-ForRunners v0.12.0rc3 (Django v2.2.17)
|
||||
Django-ForRunners v0.12.0 (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
|
||||
|
|
|
@ -38,7 +38,7 @@ django-dbbackup==3.3.0; python_version >= "3.7" and python_full_version < "4.0.0
|
|||
django-debug-toolbar==3.2; python_version >= "3.7" and python_full_version < "4.0.0" \
|
||||
--hash=sha256:84e2607d900dbd571df0a2acf380b47c088efb787dce9805aefeb407341961d2 \
|
||||
--hash=sha256:9e5a25d0c965f7e686f6a8ba23613ca9ca30184daa26487706d4829f5cfb697a
|
||||
django-for-runners==0.12.0rc3; python_version >= "3.7" and python_full_version < "4.0.0" \
|
||||
django-for-runners==0.12.0; python_version >= "3.7" and python_full_version < "4.0.0" \
|
||||
--hash=sha256:5ff9d5b5705a4d431ac27bc863f1718f7a0768088d216c2274dba7dd0d15fb92 \
|
||||
--hash=sha256:16e7efb59fbd54c72233fc278dffd3a7f68d0601feb9b8c32929bc65c9cf2cb5
|
||||
django-import-export==2.5.0; python_version >= "3.7" and python_full_version < "4.0.0" \
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"description": {
|
||||
"en": "Store your GPX tracks of your running (or other sports activity)"
|
||||
},
|
||||
"version": "0.12.0rc3~ynh2",
|
||||
"version": "0.12.0~ynh1",
|
||||
"url": "https://github.com/jedie/django-for-runners",
|
||||
"license": "GPL-3.0",
|
||||
"maintainer": {
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
[tool.poetry]
|
||||
name = "django-for-runners_ynh"
|
||||
version = "0.12.0rc3~ynh2"
|
||||
version = "0.12.0~ynh2"
|
||||
description = "Test django-for-runners_ynh via local_test.py"
|
||||
authors = ["JensDiemer <git@jensdiemer.de>"]
|
||||
license = "GPL"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.7,<4.0.0"
|
||||
django-for-runners = "==0.12.0rc3"
|
||||
django-for-runners = "==0.12.0"
|
||||
django_ynh = "*"
|
||||
gunicorn = "*"
|
||||
psycopg2-binary = "*"
|
||||
|
|
Loading…
Reference in a new issue