Implementado Ban History, Restore Character, Restore Items

This commit is contained in:
adevopg
2025-02-19 22:12:22 +01:00
parent 137dc853f8
commit 3f962f8368
5 changed files with 437 additions and 131 deletions
+1
View File
@@ -282,6 +282,7 @@ class LoginAttempt(models.Model):
return f"{self.username} - {self.status} - {self.timestamp}"
class StripeLog(models.Model):
account_id = models.IntegerField() # ID de la cuenta en acore_auth
username = models.CharField(max_length=100) # Nombre de la cuenta