깃 메시지.txt에 깃 코드 컨벤션을 정하고 깃 커밋할때 깃 코드 컨벤션 확인 가능 명령어
git config --global commit.template .gitmessage.txt
DB
create database db_richmaker character set utf8mb4 collate utf8mb4_general_ci;
use db_richmaker
Drop database django_museum
db_richmaker
poetry install
poetry config virtualenvs.in-project true
poetry shell
poetry run