Skip to content

Instantly share code, notes, and snippets.

View Jbwzx's full-sized avatar
🚀
Onwards & Upwards

Ilja Gabbasovs Jbwzx

🚀
Onwards & Upwards
  • Neu Health
  • London, United Kingdom
View GitHub Profile

Keybase proof

I hereby claim:

  • I am jbwzx on github.
  • I am jbwz (https://keybase.io/jbwz) on keybase.
  • I have a public key ASBBZiwALKypo2GM1N5g4WJ2e65Y4sc679T5bPGrCesiKAo

To claim this, I am signing this object:

class SpendingCategory(models.Model):
category = models.CharField(max_length=32, null=False)
def __str__(self):
return self.category
class Meta:
verbose_name_plural = "Spending Categories"