Skip to content

konradko/howfarisit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

howfarisit

Django app showing distance between approximate visitor location and given destination

Requirements

GeoDjango

Installation

git clone https://github.com/konradko/howfarisit.git
cd howfarisit
pip install -r requirements.txt
python manage.py runserver

Visit http://localhost:8000 or http://localhost:8000/api to see it running.

Location cannot be resolved for localhost, so for DEBUG mode 'google.com' is used as user address.

Destination is hard-coded in main/views.py

Running tests

python manage.py test main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published