[Update] 修改迁移

This commit is contained in:
ibuler
2019-03-04 15:38:59 +08:00
parent a5fc04e0ce
commit d84ab1d215
18 changed files with 290 additions and 201 deletions

View File

@@ -122,5 +122,5 @@ class Setting(models.Model):
settings.AUTHENTICATION_BACKENDS = old_setting
class Meta:
db_table = "setting"
db_table = "settings_setting"
verbose_name = _("Setting")