Skip to content

Commit

Permalink
Run submission checks (#268)
Browse files Browse the repository at this point in the history
* chore: celery #206

* chore: Support partial update for project

* chore: support patch for project 2

* refactor!: rework checks and submissions

* chore: allow models passed to tasks

* feat: added -k to test.sh
  • Loading branch information
Topvennie authored and DeLany123 committed Apr 15, 2024
1 parent a74963c commit 66fdc00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/setup.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
echo "Installing dependencies..."
pip install poetry > /dev/null
pip install poetry > /dev/null 2>&1
poetry install > /dev/null

echo "Migrating database..."
python manage.py migrate > /dev/null
python manage.py migrate django_celery_results > /dev/null
Expand Down

0 comments on commit 66fdc00

Please sign in to comment.