mirror of
https://github.com/YunoHost-Apps/pyinventory_ynh.git
synced 2024-09-03 20:16:09 +02:00
pyinventory_version="0.8.1"
This commit is contained in:
parent
9d0a5b1bbb
commit
ced368925b
3 changed files with 3 additions and 3 deletions
|
@ -92,7 +92,7 @@ drwxr-xr-x 6 pyinventory pyinventory 6 Dec 8 08:37 venv
|
||||||
root@yunohost:~# cd /opt/yunohost/pyinventory/
|
root@yunohost:~# cd /opt/yunohost/pyinventory/
|
||||||
root@yunohost:/opt/yunohost/pyinventory# source venv/bin/activate
|
root@yunohost:/opt/yunohost/pyinventory# source venv/bin/activate
|
||||||
(venv) root@yunohost:/opt/yunohost/pyinventory# ./manage.py check
|
(venv) root@yunohost:/opt/yunohost/pyinventory# ./manage.py check
|
||||||
PyInventory v0.8.1rc2 (Django v2.2.17)
|
PyInventory v0.8.1 (Django v2.2.17)
|
||||||
DJANGO_SETTINGS_MODULE='ynh_pyinventory_settings'
|
DJANGO_SETTINGS_MODULE='ynh_pyinventory_settings'
|
||||||
PROJECT_PATH:/opt/yunohost/pyinventory/venv/lib/python3.7/site-packages
|
PROJECT_PATH:/opt/yunohost/pyinventory/venv/lib/python3.7/site-packages
|
||||||
BASE_PATH:/opt/yunohost/pyinventory
|
BASE_PATH:/opt/yunohost/pyinventory
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Web based management to catalog things including state and location etc."
|
"en": "Web based management to catalog things including state and location etc."
|
||||||
},
|
},
|
||||||
"version": "0.8.1rc3~ynh2",
|
"version": "0.8.1~ynh3",
|
||||||
"url": "https://github.com/jedie/PyInventory",
|
"url": "https://github.com/jedie/PyInventory",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
|
@ -28,7 +28,7 @@ pkg_dependencies="build-essential python3-dev python3-pip python3-virtualenv vir
|
||||||
postgresql postgresql-contrib"
|
postgresql postgresql-contrib"
|
||||||
|
|
||||||
# PyInventory's version for PIP and settings file
|
# PyInventory's version for PIP and settings file
|
||||||
pyinventory_version="0.8.1rc2"
|
pyinventory_version="0.8.1"
|
||||||
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue