Implementado Unstuck y Cambio de correo

This commit is contained in:
adevopg
2024-11-29 20:52:11 +01:00
parent 5e1937d245
commit 07b1281d61
21 changed files with 494 additions and 36 deletions
+4
View File
@@ -16,6 +16,10 @@ class Noticia(models.Model):
def __str__(self):
return self.titulo
class UnstuckHistory(models.Model):
character_name = models.CharField(max_length=50)
used_at = models.DateTimeField()
class ClienteCategoria(models.Model):