feat(database): add models loader in core

This commit is contained in:
Romain J 2020-11-08 01:07:27 +01:00
commit e38823e5be
33 changed files with 320 additions and 29 deletions

View file

@ -9,6 +9,8 @@ main:
$(VENV)/bin/pip install -U pip setuptools
install:
$(VENV)/bin/pip install .
install-dev:
$(VENV)/bin/pip install -r dev.requirements.txt
update:
$(VENV)/bin/pip install -U .