mirror of
https://github.com/YunoHost-Apps/pyinventory_ynh.git
synced 2024-09-03 20:16:09 +02:00
b378a519a6
Update via https://github.com/jedie/manageprojects and https://github.com/jedie/cookiecutter_templates/
15 lines
508 B
Markdown
15 lines
508 B
Markdown
## Settings and upgrades
|
|
|
|
Almost everything related to PyInventory's configuration is handled in a `"../conf/settings.py"` file.
|
|
You can edit the file `/home/yunohost.app/django_example/local_settings.py` to enable or disable features.
|
|
|
|
Test sending emails, e.g.:
|
|
|
|
```bash
|
|
ssh admin@yourdomain.tld
|
|
root@yunohost:~# /home/yunohost.app/pyinventory/manage.py sendtestemail --admins
|
|
```
|
|
|
|
How to debug a django YunoHost app, take a look into:
|
|
|
|
* https://github.com/YunoHost-Apps/django_example_ynh#developer-info
|