From 637f7c9cb91d74bd3a4ebec9b7af95eea3534d1a Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Thu, 17 Feb 2022 11:51:48 -0800 Subject: [PATCH] Initialize site settings in install mode --- bookwyrm/management/commands/initdb.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bookwyrm/management/commands/initdb.py b/bookwyrm/management/commands/initdb.py index 09d864626..4e23a5306 100644 --- a/bookwyrm/management/commands/initdb.py +++ b/bookwyrm/management/commands/initdb.py @@ -120,6 +120,7 @@ def init_settings(): models.SiteSettings.objects.create( support_link="https://www.patreon.com/bookwyrm", support_title="Patreon", + install_mode=True, )