Skip to content

Commit

Permalink
Update Badge in Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesSetiawan authored Feb 6, 2024
1 parent 4601e8f commit d3d7335
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
[![Build and Test](https://github.com/RevelioStartup/revelio-be/actions/workflows/django-build-test.yml/badge.svg)](https://github.com/RevelioStartup/revelio-be/actions/workflows/django-build-test.yml)
[![Deploy](https://github.com/RevelioStartup/revelio-be/actions/workflows/deploy.yml/badge.svg)](https://github.com/RevelioStartup/revelio-be/actions/workflows/deploy.yml)

### Backend for Revelio App

#### Note:
- Test coverage for now can be seen at Action --> select the **latest** workflow runs --> select `sonarcloud` Jobs --> open section `Run tests and generate coverage`

#### Note for developers:
- For development, please add `dev` on every command that **runs** `manage.py` so it will use the Development environment. For example: `python manage.py dev runserver`, `python manage.py dev makemigrations`, `python manage.py dev migrate`.
- While developing, use `python manage.py dev loaddata data_seed_authentication.json` (for example) to load a data seed to development environment database.
- Currently available backend URL: `/try`
- Currently available backend URL: `/try`

0 comments on commit d3d7335

Please sign in to comment.