[UPDT] BASE: Time format selection

This commit is contained in:
Horilla
2023-12-27 17:25:59 +05:30
parent ccbc6b3ac0
commit 34c38e7d5f
10 changed files with 244 additions and 8 deletions

View File

@@ -46,7 +46,9 @@ class Company(models.Model):
null=True,
)
objects = models.Manager()
date_format = models.CharField(max_length=10, blank=True, null=True)
date_format = models.CharField(max_length=30, blank=True, null=True)
time_format = models.CharField(max_length=20, blank=True, null=True)
class Meta:
"""