Skip to content

Commit

Permalink
Add Development section
Browse files Browse the repository at this point in the history
  • Loading branch information
pauk-slon committed Oct 8, 2023
1 parent cb8aa47 commit a5a1cc8
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,30 @@ INSTALLED_APPS = [
]
```

## Run demo app
## Development

```shell script
### Run demo app

```shell
poetry install
poetry run django-admin migrate --settings=tests.app.settings
poetry run django-admin runserver --settings=tests.app.settings
```

### Test

```shell
poetry run pytest
```

### Lint

```shell
poetry run isort .
poetry run ruff .
poetry run mypy .
```

[codecov-image]: https://codecov.io/gh/pauk-slon/django-admin-form-action/graph/badge.svg?token=QCY3CW2ZVG
[codecov-link]: https://codecov.io/gh/pauk-slon/django-admin-form-action
[test-status-image]: https://github.com/pauk-slon/django-admin-form-action/actions/workflows/test.yaml/badge.svg
Expand Down

0 comments on commit a5a1cc8

Please sign in to comment.