timbres
This commit is contained in:
@@ -16,7 +16,7 @@ class Timbres(models.Model):
|
||||
tipo = models.CharField(max_length=35)
|
||||
|
||||
created_at = models.DateTimeField(auto_now_add=True)
|
||||
|
||||
modo = models.CharField(max_length=10,blank=True, null =True)
|
||||
class Meta:
|
||||
ordering = ('-created_at',)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user