Updating Makefile and readme

This commit is contained in:
Thu Trang Pham
2020-11-11 12:06:24 -08:00
parent 32192d3988
commit 9edc66f31a
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -10,3 +10,9 @@ test:
migrate:
./tests/manage.py makemigrations
./tests/manage.py migrate
package:
python3 setup.py sdist bdist_wheel
upload-testpypi:
python3 -m twine upload --repository testpypi dist/*