Merge branch 'main' into form-conflict
This commit is contained in:
commit
7b3b357756
51 changed files with 4388 additions and 2813 deletions
|
@ -27,6 +27,7 @@ class SiteSettings(models.Model):
|
|||
default_theme = models.ForeignKey(
|
||||
"Theme", null=True, blank=True, on_delete=models.SET_NULL
|
||||
)
|
||||
version = models.CharField(null=True, blank=True, max_length=10)
|
||||
|
||||
# admin setup options
|
||||
install_mode = models.BooleanField(default=False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue