USAGH-SSG / TaxiParty

Provide Taxi-sharing service to those serving their nation at CFC/USAG Humphreys
0 stars 2 forks source link

Add calendar in home page #17

Closed namsengi11 closed 6 months ago

namsengi11 commented 7 months ago

Add calendar that allows user to view all taxi trips of the month by looking at the calendar Each calendar cell has two or three taxi parties, shown by route only When the user presses the date, the site takes them to list of all taxi parties of the day

namsengi11 commented 7 months ago

Can use python calendar module. calendar.HTMLCalendar supposedly returns html form of calendar, will have to look into it.