From 329ab90ffefdab0f8b251b8d10ba66a132098ee1 Mon Sep 17 00:00:00 2001 From: Sipatha <186062+sipatha@users.noreply.github.com> Date: Sat, 25 Oct 2025 17:44:59 +0200 Subject: [PATCH] resolves #61 : added app_log_url for the custom application. added development version. unset app_logo in the Website Settings fixture. --- church/fixtures/website_settings.json | 4 ++-- church/hooks.py | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/church/fixtures/website_settings.json b/church/fixtures/website_settings.json index 52794eb..998bc9b 100644 --- a/church/fixtures/website_settings.json +++ b/church/fixtures/website_settings.json @@ -1,7 +1,7 @@ [ { "address": null, - "app_logo": "/files/church-noto-512.png", + "app_logo": "", "app_name": "Church", "auto_account_deletion": 72, "banner_html": null, @@ -46,4 +46,4 @@ "website_theme": "Standard", "website_theme_image_link": null } -] \ No newline at end of file +] diff --git a/church/hooks.py b/church/hooks.py index 15ceb99..1bfb49d 100644 --- a/church/hooks.py +++ b/church/hooks.py @@ -4,6 +4,8 @@ app_publisher = "meichthys" app_description = "A church management app." app_email = "church@meichthys.com" app_license = "mit" +app_logo_url = "/assets/church/media/church_logo.png" +develop_version = "develop" fixtures = [ {