Skip to content

Commit

Permalink
chore: redirect errors to dev/null
Browse files Browse the repository at this point in the history
  • Loading branch information
Topvennie committed Apr 16, 2024
1 parent b934c4b commit f8f2089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ if [ "$data" != "" ]; then
python manage.py migrate > /dev/null

echo "Filling $data database..."
python manage.py loaddata */fixtures/$data/* #> /dev/null 2>&1
python manage.py loaddata */fixtures/$data/* > /dev/null 2>&1

echo "Resetting workspace..."
deactivate
Expand Down

0 comments on commit f8f2089

Please sign in to comment.