Updating Makefile and readme
This commit is contained in:
@@ -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/*
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user