Skip to content

amittalmor/djrestproj

Repository files navigation

djrestproj

django-rest-framework example

  • Converts address to coordinates (latitude,longitude)
  • Display results on a static-google-map (no API KEY is required)
  • Counts how many visits have been so far on a specific location

Reference

based on:

Requirements

  • Django > 1.6.6
  • djangorestframework
pip install djangorestframework
  • geopy 1.10 (Python Geocoding Toolbox)
pip install geopy

Usage

  • Download the code
  • cd .../djrestproj
  • run django on your local machine
<your projects folder>/djrestproj$ python manage.py runserver
  • open you web browser and enter the following url:
http://localhost:8000

About

django-rest-framework example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published