"# codeblue Project Using Python Django "
required :
Python 3.6.5 Installations :
-
Install Python ( recommended Version 3.6.5)
-
Install pip Python
-
Open CMD / Shell
-
Create Virtual Environment >> https://gist.github.com/Geoyi/d9fab4f609e9f75941946be45000632b
-
go to the same directory project
-
in cmd shell type >> pip3 install -r requirements.txt
-
open map.html search variable :
- ipLocal << change to your local ip
- ipclient << change to yout client ip
-
in cmd shell type >> python manage.py runserver or python manage.py runserver x.x.x.x:port (your local ipaddress : port )
Django will run the server in localhost port 8000 ( default django is port 8000)
- open Browser >> type : localhost:8000