Skip to content
Snippets Groups Projects
Commit 1dabf9b2 authored by Chris Li's avatar Chris Li
Browse files

Modify bill categories.

parent 498df470
No related branches found
No related tags found
No related merge requests found
......@@ -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")
)
......
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment