mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-07-07 18:26:30 +00:00
feat(billing): Enhance Topup admin interface and add default ordering for Topup model ✨
This commit is contained in:
@ -58,3 +58,6 @@ class Topup(models.Model):
|
||||
|
||||
def __str__(self):
|
||||
return f"Topup for {self.user}"
|
||||
|
||||
class Meta:
|
||||
ordering = ["-created_at"]
|
||||
|
Reference in New Issue
Block a user