Last modified: Jan 10, 2023 By Alexander Williams

I want to run django project locally on Android mobile phone... anyone?

rev

Faisal

I want to run django project locally on Android mobile phone... anyone?

(07 Comments)
rev

Yusuf

Use Ngrok

rev

Daniel

Install termux app from there you can install python and django

rev

Sayed

use 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

rev

Dharmenda

If 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.

rev

Tosin

Use pydroid3, it works fine... But not a good practice try to get laptop asap ,

rev

Yacine

Use termux to host your project

rev

Samyog

just download termux and install python and django then download pydriod for editor and run local server in termux....