django-for-runners_ynh/doc/ADMIN.md
2023-11-26 13:06:24 +01:00

526 B

Settings and upgrades

Almost everything related to django-for-runners's configuration is handled in a "../conf/settings.py" file. You can edit the file /home/yunohost.app/django_for_runners/local_settings.py to enable or disable features.

Test sending emails, e.g.:

ssh admin@yourdomain.tld
root@yunohost:~# /home/yunohost.app/django_for_runners/manage.py sendtestemail --admins

How to debug a django YunoHost app, take a look into: