Initialize site settings in install mode

This commit is contained in:
Mouse Reeve 2022-02-17 11:51:48 -08:00
parent 679b55d9ad
commit 637f7c9cb9

View file

@ -120,6 +120,7 @@ def init_settings():
models.SiteSettings.objects.create(
support_link="https://www.patreon.com/bookwyrm",
support_title="Patreon",
install_mode=True,
)