feature: initial
This commit is contained in:
parent
1586feeb3d
commit
58f71c1913
20 changed files with 753 additions and 1 deletions
14
readme.md
Normal file
14
readme.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# How to use
|
||||
|
||||
```shell
|
||||
git clone https://git.lucasf.dev/public/softdelete.git && \
|
||||
cd softdelete && \
|
||||
poetry shell && \
|
||||
poetry install
|
||||
```
|
||||
|
||||
# How to test
|
||||
|
||||
```shell
|
||||
pytest --nomigrations
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue