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 14, 2024
1 parent 4386c67 commit 25bf382
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backend/setup.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
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
echo "Populating database..."
python manage.py loaddata */fixtures/* > /dev/null
echo "Compiling translations..."
Expand Down

0 comments on commit 25bf382

Please sign in to comment.