Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 286 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 286 Bytes

run on the server, this can load the location log (andlog) , with amap js api show the locations .

add public IP to ALLOWED_HOSTS

export pubIP="111.222.333.444"

or directly modify haha2/settings.py

then run server

python3 manage.py runserver 0.0.0.0:12345