Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
New readme (#45)
Browse files Browse the repository at this point in the history
* New readme

* Fix
  • Loading branch information
sobolevn authored Sep 6, 2023
1 parent 8e6101f commit f55b3a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ Run tests with:
1. `docker compose run --rm web pytest`

To start the whole project:
5. Run `docker compose run --rm web python manage.py migrate` (only once)
6. `docker compose up`
1. Run `docker compose run --rm web python manage.py migrate` (only once)
2. `docker compose up`


## Documentation
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ hypothesis = "^6.84"
django-test-migrations = "^1.3"

django-stubs = { version = "^4.2", extras = ["compatible-mypy"] }
types-requests = "^2.28"
types-requests = "^2.31"

djlint = "^1.32"
yamllint = "^1.32"
Expand Down

0 comments on commit f55b3a2

Please sign in to comment.