diff options
author | Andrew Godwin | 2022-11-18 08:28:15 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-11-18 11:28:16 -0700 |
commit | 81de10b70c85c5222b17d8c4358a8aa8812f2559 (patch) | |
tree | 8e028b62d3a883294caedc82c5870f23273e2032 /core/models | |
parent | 1b44a253316a84f40070264ea8134c86d1223441 (diff) | |
download | takahe-81de10b70c85c5222b17d8c4358a8aa8812f2559.tar.gz takahe-81de10b70c85c5222b17d8c4358a8aa8812f2559.tar.bz2 takahe-81de10b70c85c5222b17d8c4358a8aa8812f2559.zip |
Migration reset, start of docs, env vars
Diffstat (limited to 'core/models')
-rw-r--r-- | core/models/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/models/config.py b/core/models/config.py index 2a27d2e..57d9e55 100644 --- a/core/models/config.py +++ b/core/models/config.py @@ -160,7 +160,7 @@ class Config(models.Model): site_icon: UploadedImage = static("img/icon-128.png") site_banner: UploadedImage = static("img/fjords-banner-600.jpg") - signup_allowed: bool = False + signup_allowed: bool = True signup_invite_only: bool = False signup_text: str = "" |