An calendar web app that is for public showing your schedules.
-
Create database:
sqlite3 calendar.db < schema.sql
-
Install packages
-
Fill in
.env
file (copy.env.example
to.env
) -
run
python3 app.py
An calendar web app that is for public showing your schedules.
Create database:
sqlite3 calendar.db < schema.sql
Install packages
Fill in .env
file (copy .env.example
to .env
)
run python3 app.py