Skip to content

Commit

Permalink
Merge pull request #260 from OCHA-DAP/dev
Browse files Browse the repository at this point in the history
PR for dev into PROD
  • Loading branch information
alexandru-m-g authored Nov 11, 2024
2 parents 92c7eb7 + 210ad1d commit 68456b3
Show file tree
Hide file tree
Showing 19 changed files with 62 additions and 602 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ venv/
coverage.xml

*.pg_restore

5 changes: 1 addition & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
"program": "main.py",
"console": "integratedTerminal",
"justMyCode": true,
"env":{
// "HAPI_DB_NAME": "hapi",
"HAPI_USE_VAT": "false"
}
"env":{"HAPI_USE_VAT": "false"}
}
],

Expand Down
Loading

0 comments on commit 68456b3

Please sign in to comment.