Cleanup/reorder uncloud_pay views

This commit is contained in:
fnux 2020-03-05 10:27:33 +01:00
commit 0e62ccff3b
2 changed files with 34 additions and 36 deletions

View file

@ -171,7 +171,7 @@ class PaymentMethod(models.Model):
pass
###
# Bills & Payments.
# Bills.
class Bill(models.Model):
uuid = models.UUIDField(primary_key=True, default=uuid.uuid4, editable=False)