Shelter PMS fully functional

This commit is contained in:
2024-12-09 16:36:11 +09:00
parent 60eaef5527
commit e76a80fb2f
47 changed files with 665 additions and 909 deletions

View File

@@ -30,7 +30,7 @@ class Hotel(models.Model):
)
created_at = models.DateTimeField(auto_now_add=True, verbose_name="Создан")
pms = models.ForeignKey(
'pms_integration.PMSConfiguration', # Используем строковую ссылку
'pms_integration.PMSConfiguration',
on_delete=models.SET_NULL,
null=True,
blank=True,