|
4 months ago | |
---|---|---|
static | 4 months ago | |
templates | 4 months ago | |
.gitignore | 4 months ago | |
LICENSE | 4 months ago | |
README.md | 4 months ago | |
routes.py | 4 months ago |
Signup form for time in the lab during the COVID semester. I recognize the optimism in using that name to refer to a unique semester but come on man let me have this one linguistic comfort
To create the sqlite table
sqlite3
.open slots.db
CREATE TABLE slots (name TEXT NOT NULL, date TEXT NOT NULL, time INT NOT NULL, PRIMARY KEY(name, date, time));