mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
12 lines
356 B
Python
12 lines
356 B
Python
# 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"
|