Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#937 | updated Readme:
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Dec 9, 2023
1 parent 84e2ce1 commit cecf1af
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 @@ -70,6 +70,13 @@ Run api with:

`docker-compose run --rm --service-ports api`

#### Profiler
##### We use [django-silk](https://github.com/jazzband/django-silk) as our profiler #####
###### Skip to step 3 if not first time
1. `docker-compose run --rm api python manage.py migrate`
2. `docker-compose run --rm api python manage.py collectstatic`
3. Go to http://localhost:8000/silk/

### Importing FHIR resources

In order to import FHIR resources run:
Expand Down

0 comments on commit cecf1af

Please sign in to comment.