We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 747d1ef commit df76c6fCopy full SHA for df76c6f
.circleci/setupAndTestWithFrontendWithDjango2x.sh
@@ -50,9 +50,9 @@ cd supertokens-website
50
git checkout $2
51
cd ../project/tests/frontendIntegration/django2x
52
export PYTHONPATH="${PYTHONPATH}:/root/project"
53
-python manage.py runserver 8080 &
+python3 manage.py runserver 8080 &
54
pid=$!
55
-python manage.py runserver 8082 &
+python3 manage.py runserver 8082 &
56
pid2=$!
57
cd ../../../../supertokens-website/test/server
58
npm i -d
0 commit comments