Updating Makefile and readme

main
Thu Trang Pham 2020-11-11 12:06:24 -08:00
parent 32192d3988
commit 9edc66f31a
2 changed files with 7 additions and 0 deletions

View File

@ -10,3 +10,9 @@ test:
migrate: migrate:
./tests/manage.py makemigrations ./tests/manage.py makemigrations
./tests/manage.py migrate ./tests/manage.py migrate
package:
python3 setup.py sdist bdist_wheel
upload-testpypi:
python3 -m twine upload --repository testpypi dist/*

View File

@ -69,6 +69,7 @@ This is a list of features which could potentially be added in the future. Some
- [ ] instance actions on change/view page - [ ] instance actions on change/view page
- [ ] action logs (adding actions to history of instances) - [ ] action logs (adding actions to history of instances)
- [ ] add help tooltip/popover to any field for more info - [ ] add help tooltip/popover to any field for more info
- [ ] add help tooltop/popover/help button to admin actions on changelist
- [ ] run scripts from admin - [ ] run scripts from admin
- [ ] completed action summary page - [ ] completed action summary page
- [ ] add top and bottom areas to instance pages which can be configured for any content - [ ] add top and bottom areas to instance pages which can be configured for any content