Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 346 Bytes

File metadata and controls

7 lines (4 loc) · 346 Bytes

gigl

HTML templates are in the /templates folder

Main file with flask app and routes is gigl.py

database.py contains useful methods to manipulate database directly. After uncommenting the single line of code in the main function, you can run python database.py to add a sample new gig, check out other methods for removing gigs, etc.