1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pyinventory_ynh.git synced 2024-09-03 20:16:09 +02:00
Commit graph

3 commits

Author SHA1 Message Date
Jens Diemer
77b952d00c Bugfix "config_panel.toml"
`__FINALPATH__` must be `__DATA_DIR__`, but this is not useable because of
https://github.com/YunoHost/issues/issues/2283

So we use the work-a-round: `/home/yunohost.app/__APP__` to get the config panel working ;)
2023-11-09 19:02:43 +01:00
Jens Diemer
f5c847b9ad Update via manageprojects
https://github.com/jedie/manageprojects and https://github.com/jedie/cookiecutter_templates/

Also:

* update requirements
* Remove Python 3.7 and 3.8 support
* Add Python 3.11 to test matrix
2022-12-22 10:03:57 +01:00
JensDiemer
9169bf8f3d Project updates
"Apply" manually changes from https://github.com/YunoHost-Apps/django_example_ynh

* Add "safety check"
* Update to `django-yunohost-integration==0.4.0`
* `__FINAL_HOME_PATH__` -> `__FINALPATH__`
* `__FINAL_WWW_PATH__` -> `__PUBLIC_PATH__`
* Add `config_panel.toml` settings
2022-09-15 18:26:45 +02:00