Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Aug 11, 2021
1 parent 513201e commit 6d2bf8f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ The new and improved OCL terminology service v2
2. Coverage -- `docker exec -it oclapi2_api_1 bash coverage.sh`
2. Tests --- `docker exec -it oclapi2_api_1 python manage.py test --keepdb -v3`

### DB migrations
After modifying model you need to create migration files. Run:

`docker-compose run --rm api python manage.py makemigrations`

Make sure to commit newly created migration files.

### Release

Every build is a candidate for release.
Expand Down

0 comments on commit 6d2bf8f

Please sign in to comment.