live-location-tracker:2018年5月Python Pune Hackathon项目

时间:2024-05-31 23:42:19
【文件属性】:

文件名称:live-location-tracker:2018年5月Python Pune Hackathon项目

文件大小:11KB

文件格式:ZIP

更新时间:2024-05-31 23:42:19

python angularjs meetup django hackathon

实时位置跟踪器 这是一个实时位置跟踪器项目,在2018年5月的Python Pune Meetup黑客马拉松期间进行。 请在以下链接中查看标题为“ Live Location and trip tracking through phone app进行Live Location and trip tracking through phone app ”的评论: : 开发设置 克隆此仓库 $ git clone git@github.com:screwgoth/live-location-tracker.git $ cd live-location-tracker 创建虚拟环境(使用virtualenvwrapper) $ mkvirtualenv llt $ workon llt 安装Django和其他Python要求 (llt)$ pip install -r requirement


【文件预览】:
live-location-tracker-master
----.gitignore(42B)
----requirements.txt(122B)
----livelocationtracker()
--------urls.py(885B)
--------__init__.py(0B)
--------wsgi.py(415B)
--------settings.py(4KB)
----README.md(2KB)
----mapview()
--------__init__.py(0B)
--------views.py(63B)
--------models.py(57B)
--------apps.py(89B)
--------admin.py(63B)
--------migrations()
--------tests.py(60B)
----manage.py(551B)
----devicelocation()
--------urls.py(290B)
--------__init__.py(0B)
--------views.py(1KB)
--------models.py(475B)
--------serializer.py(469B)
--------apps.py(103B)
--------admin.py(342B)
--------migrations()
--------tests.py(60B)

网友评论