diff --git a/church/fixtures/website_settings.json b/church/fixtures/website_settings.json new file mode 100644 index 0000000..52794eb --- /dev/null +++ b/church/fixtures/website_settings.json @@ -0,0 +1,49 @@ +[ + { + "address": null, + "app_logo": "/files/church-noto-512.png", + "app_name": "Church", + "auto_account_deletion": 72, + "banner_html": null, + "banner_image": "", + "brand_html": null, + "call_to_action": null, + "call_to_action_url": null, + "copyright": null, + "disable_signup": 1, + "docstatus": 0, + "doctype": "Website Settings", + "enable_google_indexing": 0, + "enable_view_tracking": 0, + "favicon": null, + "footer_items": [], + "footer_logo": null, + "footer_powered": null, + "footer_template": null, + "footer_template_values": null, + "google_analytics_anonymize_ip": 1, + "google_analytics_id": null, + "head_html": null, + "hide_footer_signup": 0, + "hide_login": 0, + "home_page": "app/welcome", + "indexing_authorization_code": null, + "indexing_refresh_token": null, + "modified": "2025-10-24 00:03:04.495034", + "name": "Website Settings", + "navbar_search": 0, + "navbar_template": null, + "navbar_template_values": null, + "robots_txt": null, + "route_redirects": [], + "show_account_deletion_link": 0, + "show_footer_on_login": 0, + "show_language_picker": 0, + "splash_image": "", + "subdomain": null, + "title_prefix": null, + "top_bar_items": [], + "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 951d54a..15ceb99 100644 --- a/church/hooks.py +++ b/church/hooks.py @@ -217,6 +217,7 @@ fixtures = [ ] ], }, + {"dt": "Website Settings"}, ] # Apps # ------------------