cineclub-script/config.py

10 lines
164 B
Python
Raw Normal View History

2021-11-28 03:09:29 +01:00
prices = {
2024-09-08 14:46:32 +02:00
'one_full': 4,
'card_full': 30,
'one_student': 2,
'card_student': 15,
2021-11-28 03:09:29 +01:00
}
2021-11-28 03:07:41 +01:00
2023-09-02 18:14:40 +02:00
db_path = './db/baseFilms.db'
migrations_db = './db/migrations'