Updating Makefile and readme
parent
32192d3988
commit
9edc66f31a
6
Makefile
6
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/*
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue