diff options
Diffstat (limited to 'core/models')
| -rw-r--r-- | core/models/config.py | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/core/models/config.py b/core/models/config.py index ffe7172..d69205c 100644 --- a/core/models/config.py +++ b/core/models/config.py @@ -154,6 +154,9 @@ class Config(models.Model):          version: str = __version__ +        system_actor_public_key: str = "" +        system_actor_private_key: str = "" +          site_name: str = "Takahē"          highlight_color: str = "#449c8c"          site_about: str = "<h2>Welcome!</h2>\n\nThis is a community running Takahē." | 
