Update HaProxy document, move server/admin to correct place

This commit is contained in:
Griatch 2021-05-25 15:13:57 +02:00
parent d4f61f1a14
commit 59dd0b007a
9 changed files with 266 additions and 83 deletions

View file

@ -75,7 +75,7 @@ class Tag(models.Model):
db_index=True,
)
class Meta(object):
class Meta:
"Define Django meta options"
verbose_name = "Tag"
unique_together = (("db_key", "db_category", "db_tagtype", "db_model"),)