Skip to content

Commit d36d502

Browse files
authored
Merge branch '24.08.22' into dev
2 parents 8c82685 + c39a741 commit d36d502

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

biocompute/apis.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -909,6 +909,7 @@ def post(self, request):
909909
rejected_requests = False
910910
accepted_requests = True
911911
data = request.data
912+
912913
try:
913914

914915
for index, comparison in enumerate(data):

docs/deployment/localDeployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The details for the test data is included in the
8484
### Option #1: Use existing DB
8585

8686
```
87-
cp admin/db.sqlite3 .
87+
cp admin_only/db.sqlite3 .
8888
python3 manage.py migrate
8989
```
9090

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ pep517==0.8.2
6060
platformdirs==2.5.1
6161
pluggy==1.2.0
6262
progress==1.5
63+
psycopg2==2.9.5
6364
pyasn1==0.4.8
6465
pyasn1-modules==0.2.8
6566
pycparser==2.21

0 commit comments

Comments
 (0)