File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,9 +50,9 @@ cd supertokens-website
5050git checkout $2
5151cd ../project/tests/frontendIntegration/django2x
5252export PYTHONPATH=" ${PYTHONPATH} :/root/project"
53- python manage.py runserver 8080 &
53+ python3 manage.py runserver 8080 &
5454pid=$!
55- python manage.py runserver 8082 &
55+ python3 manage.py runserver 8082 &
5656pid2=$!
5757cd ../../../../supertokens-website/test/server
5858npm i -d
Original file line number Diff line number Diff line change 3131 "django" : (
3232 [
3333 "django-cors-headers==3.11.0" ,
34- "django= =3" ,
34+ "django> =3" ,
3535 "django-stubs==1.9.0" ,
3636 "uvicorn==0.18.2" ,
3737 "python-dotenv==0.19.2" ,
4040 "django2x" : (
4141 [
4242 "django-cors-headers==2.0" ,
43- "django==2 " ,
43+ "django>=2,<3 " ,
4444 "django-stubs==1.9.0" ,
4545 "python-dotenv==0.19.2" ,
4646 ]
You can’t perform that action at this time.
0 commit comments