You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lucas
58f71c1913
|
2 years ago | |
---|---|---|
softdelete | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
manage.py | 2 years ago | |
poetry.lock | 2 years ago | |
pyproject.toml | 2 years ago | |
readme.md | 2 years ago |
readme.md
How to use
git clone https://git.lucasf.dev/public/softdelete.git && \
cd softdelete && \
poetry shell && \
poetry install
How to test
pytest --nomigrations