diff --git a/Makefile b/Makefile index 6e82bd5..e770a5c 100644 --- a/Makefile +++ b/Makefile @@ -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/* diff --git a/README.md b/README.md index 5b53027..fb9e4e8 100644 --- a/README.md +++ b/README.md @@ -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 - [ ] action logs (adding actions to history of instances) - [ ] 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 - [ ] completed action summary page - [ ] add top and bottom areas to instance pages which can be configured for any content