Skip to content

Commit

Permalink
Merge branch '24.08.22' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
HadleyKing authored Aug 22, 2024
2 parents 8c82685 + c39a741 commit d36d502
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions biocompute/apis.py
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,7 @@ def post(self, request):
rejected_requests = False
accepted_requests = True
data = request.data

try:

for index, comparison in enumerate(data):
Expand Down
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 d36d502

Please sign in to comment.