[UPDT] BASE: Time format selection
This commit is contained in:
@@ -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:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user