add django solo models for plugin config

This commit is contained in:
Nick Sweeting 2024-01-19 06:44:33 -08:00
parent 475217a9b7
commit 0f5cc7809e
4 changed files with 36 additions and 1 deletions

View file

@ -0,0 +1,12 @@
# from solo.models import SingletonModel
# class ReplayWebPageConfiguration(SingletonModel):
# site_name = models.CharField(max_length=255, default='Site Name')
# maintenance_mode = models.BooleanField(default=False)
# def __str__(self):
# return "Site Configuration"
# class Meta:
# verbose_name = "Site Configuration"

View file

@ -13,7 +13,6 @@
height: 100%;
background-color: #ddd;
}
</style>
</head>
<body>