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 17, 2024
1 parent 07fc582 commit 28f878e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 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 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 28f878e

Please sign in to comment.