Compare commits
2 Commits
1ebbdfb926
...
4d11b938de
Author | SHA1 | Date | |
---|---|---|---|
4d11b938de | |||
46c14abf72 |
6
makefile
Normal file
6
makefile
Normal file
@ -0,0 +1,6 @@
|
||||
create_env:
|
||||
python3 -m venv venv
|
||||
./venv/bin/python -m pip install -r requirements.txt
|
||||
|
||||
migrate: create_env
|
||||
./venv/bin/alembic upgrade head
|
BIN
requirements.txt
BIN
requirements.txt
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user