Welcome to everyone's advices~~
Using method
- you need poetry to create virtual environment. pip install poetry
- enter your directory to install environment according to .toml file. poetry install
- enter your virtual environment. poetry shell
- start your website. poetry run run
Command
- Clean up your database. poetry run init_db
- Initialise dababase. poetry run init_data