Application for managing cinema club events.
- Create events
- Edit events
- Delete events
- See the timetable of users (events + vacations)
- Manage vacations
- Manage the ticketing of events
make install
make run
login: admin
password: admin
# Seed the database
python3 za_warudo/seed.py seed
# Droping the database ~ rm db/app.db
python3 za_warudo/seed.py drop
# All tuples in the database
python3 za_warudo/seed.py select
# Some info about the tables
python3 za_warudo/seed.py desc
make run
make test
make docs
Generated by pdoc3. Available here
pip install -r requirements.txt
In ~/.local/lib/python3.5/site-packages/ttkthemes/png/breeze/breeze.tcl
,
add the following lines:
# Treeview
ttk::style configure Treeview -background white
ttk::style configure Treeview.Item -padding {2 0 0 0}
ttk::style map Treeview \
-background [list selected $colors(-selectbg)] \
-foreground [list selected $colors(-selectfg)]
If the application doesn't work properly, see the logs !