Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 314 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 314 Bytes

Where is

Tool to log user locations

Set up

Create virtual environment

python3 -m venv venv

Activate virtual environment

source venv/bin/activate

Install dependencies

pip install -r requirement.txt

Run

python manage.py runserver

TODO

  • Test
  • Validation