ISSUE-8: format m2m confirmation values (#15)

* feat(ISSUE-8): Formatting m2m confirmation values as html lists

* feat(ISSUE-8): Remove comments

Co-authored-by: Thu Trang Pham <thu@joinmodernhealth.com>
This commit is contained in:
Thu Trang Pham
2021-02-20 08:58:32 -08:00
committed by GitHub
parent 6f41e6cfdb
commit fea907b3c8
7 changed files with 24 additions and 132 deletions
+3 -3
View File
@@ -18,10 +18,10 @@ package:
python3 setup.py sdist bdist_wheel
upload-testpypi:
python3 -m twine upload --repository testpypi dist/django_admin_confirm-$(VERSION)*
python3 -m twine upload --repository testpypi dist/django_admin_confirm-$(VERSION)
i-have-tested-with-testpypi-and-am-ready-to-release:
python3 -m twine upload --repository pypi dist/django_admin_confirm-$(VERSION)*
python3 -m twine upload --repository pypi dist/django_admin_confirm-$(VERSION)
install-testpypi:
python -m pip install --index-url https://test.pypi.org/simple/ django_admin_confirm
python -m pip install --index-url https://test.pypi.org/simple/ django_admin_confirm==${VERSION}