Re: Is it Possible to run django locally without internet connection

2019-05-08 Thread Idris Adegbite
Alright, Thanks alot Mr Shashank, Really appreciate, will try it out now On Wed, May 8, 2019 at 3:19 AM Shashank Singh wrote: > Run server with command ./manage.py runserver 0:8000. 0 here tells that > any one on the same network can access the project's urls like this. > Suppose your laptop's i

Re: Is it Possible to run django locally without internet connection

2019-05-07 Thread Julio Cojom
I strongly recommend install some web server like mod_wsgi-express, guinicorn, openlitespeed to serve files, even if its local. Regards. Julio C. El mar., 7 may. 2019 a las 9:46, Idris Adegbite () escribió: > Good day guys, Please can i run django on laptop without internet > connection. > if

Re: Is it Possible to run django locally without internet connection

2019-05-07 Thread Shashank Singh
Run server with command ./manage.py runserver 0:8000. 0 here tells that any one on the same network can access the project's urls like this. Suppose your laptop's ip is 10.0.0.156 so from your phone go to 10.0.0.156:8000/admin and you are connected to your django projects. You must be on the same n

Is it Possible to run django locally without internet connection

2019-05-07 Thread Idris Adegbite
Good day guys, Please can i run django on laptop without internet connection. if yes, Please kindly help me out with the procedures. I am having issues connecting my phone and laptop and i dont want that to slow down my learning. Any help would be appreciated -- You received this message bec

Re: Is it Possible to run django locally without internet connection

2019-05-07 Thread Rob Gmail
Yes you can. I do it for an IOT device that we have using Django/python, many times it does not have an Internet connection but runs fine. Rob 203-671-6514 Sent from my mobile device, please excuse the typos. > On May 7, 2019, at 11:38 AM, Idris Adegbite wrote: > > Good day guys, Please ca