git clone git@github.com:adamghill/django-unicorn.git
poetry install
poetry run python example/manage.py migrate
poetry run python example/manage.py runserver localhost:8000
- Go to
localhost:8000
in your browser - To install in another project
pip install -e ../django-unicorn
poetry run pytest
npm run test
npm install
npm run build
poe t
poe b
poetry version major|minor|patch
- Update django-unicorn.com's changelog.md
- Commit/tag/push version bump
poetry publish --build -r test
- Make sure test package can be installed as expected (https://test.pypi.org/project/django-unicorn/)
poetry publish
- Make sure live package can be installed as expected (https://pypi.org/project/django-unicorn/)
- Create GitHub release and add changelog there
- Update django-unicorn.com's version of
django-unicorn