We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c326845 commit d384d54Copy full SHA for d384d54
1 file changed
scripts/docker_setup.sh
@@ -5,7 +5,7 @@ if [ ! "$(docker ps -q -f name=tin_django)" ]; then
5
exit 1
6
fi
7
8
-docker exec tin_django /bin/sh -c "cd /app && python manage.py migrate && python manage.py create_debug_users --noinput"
+docker exec tin_django /bin/sh -c "cd /app && uv run python manage.py migrate && uv run python manage.py create_debug_users --noinput"
9
echo
10
echo "Done! Visit http://localhost:8000 to access the development server."
11
echo "The default password for all users is 'jasongrace'."
0 commit comments