mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-15 07:34:27 -04:00
fix Admin data view for Config to render both sections and individual values
This commit is contained in:
parent
1d7f0ab20d
commit
59b669691f
2 changed files with 3 additions and 1 deletions
|
@ -118,6 +118,8 @@ class Tag(ABIDModel):
|
|||
def api_docs_url(self) -> str:
|
||||
return '/api/v1/docs#/Core%20Models/api_v1_core_get_tag'
|
||||
|
||||
|
||||
|
||||
class SnapshotTag(models.Model):
|
||||
id = models.AutoField(primary_key=True)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue