diff --git a/core/models/bill.py b/core/models/bill.py index 6d1d28db18adf373e418063c6d34f195e15e0b20..bc2c9a180739853417b6f78cccbdc88f9e2fadb4 100644 --- a/core/models/bill.py +++ b/core/models/bill.py @@ -72,16 +72,12 @@ class Bill(UUIDModel): # need confirmation categories = ( (1, "Food"), - (2, "Groceries"), - (3, "Transportation"), - (4, "clothing"), - (5, "Entertainment"), - (6, "Bill"), - (7, "Sports"), - (8, "Electronics"), - (9, "Travel"), - (10, "House & Car"), - (11, "Others") + (2, "Transportation"), + (3, "Shopping"), + (4, "Entertainment"), + (5, "Housing"), + (6, "Utilities"), + (7, "Other") ) diff --git a/requirements.txt b/requirements.txt index d88b30b8e47c8fa32d85748a9626a302f05ce041..975aa532200533fe1955ecf3d21258fc3df441c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,5 @@ djangorestframework==3.14.0 knox==0.1.14 PyJWT==2.6.0 requests==2.28.2 -python-dateutil \ No newline at end of file +python-dateutil +whitenoise \ No newline at end of file