feat(database): add models loader in core
This commit is contained in:
parent
71335de878
commit
e38823e5be
33 changed files with 320 additions and 29 deletions
2
Makefile
2
Makefile
|
@ -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 .
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue