Skip to content

Commit

Permalink
Merge branch 'dev' into ldh
Browse files Browse the repository at this point in the history
  • Loading branch information
HadleyKing authored Aug 30, 2024
2 parents 41e14a7 + d36d502 commit 17fbdb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion biocompute/apis.py
Original file line number Diff line number Diff line change
Expand Up @@ -979,4 +979,4 @@ def get(self, request):
data={"message": f"{object_id}, could not be found "\
+ "on the server or user does not have permissions."
}
)
)
2 changes: 1 addition & 1 deletion docs/deployment/localDeployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ The details for the test data is included in the
### Option #1: Use existing DB

```
cp admin/db.sqlite3 .
cp admin_only/db.sqlite3 .
python3 manage.py migrate
```

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ pep517==0.8.2
platformdirs==2.5.1
pluggy==1.2.0
progress==1.5
psycopg2==2.9.5
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycparser==2.21
Expand Down

0 comments on commit 17fbdb9

Please sign in to comment.