Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 299 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 299 Bytes

PhotoLogger

スマートフォンで撮影した写真の位置と方位を記録できるWebアプリ

How to Use

Initialize

$ pip install -r requirements.txt
$ python manage.py migrate
$ python manage.py createsuperuser --username=admin

Run

$ python manage.py runserver