Last modified: Jan 10, 2023 By Alexander Williams
I want to run django project locally on Android mobile phone... anyone?
Faisal
I want to run django project locally on Android mobile phone... anyone?
(07 Comments)
Yusuf
0Use Ngrok
Daniel
1Install termux app from there you can install python and django
Sayed
0use pydroid 3 then install django there and run it locally 0.0.0.0:8000 turn on your phone's hotspot project well be available locally
Dharmenda
0If u r trying to test your project on phone, Then connect your laptop and phone to same wifi and run the server by this command---> python manage. py runserver <your laptop ip address>:8000, and then type <your laptop ip address >:8000 in ur phone browser, it will work.
Tosin
0Use pydroid3, it works fine... But not a good practice try to get laptop asap ,
Yacine
0Use termux to host your project
Samyog
0just download termux and install python and django then download pydriod for editor and run local server in termux....