Added base code and make code improvements

This commit is contained in:
Alex Root Junior 2021-09-20 22:28:52 +03:00
parent 5bd1162f57
commit bd2a348aa0
16 changed files with 522 additions and 424 deletions

View file

@ -47,7 +47,7 @@ help:
.PHONY: install
install:
poetry install
poetry install -E fast -E redis -E proxy -E i18n -E docs
$(py) pre-commit install
.PHONY: clean