Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

Boundary service

jpmckinney edited this page Dec 17, 2012 · 11 revisions

Billy uses represent-boundaries, not django-boundaryservice.

  1. Add or uncomment the following in your requirements.txt

     -e git+http://github.com/rhymeswithcycle/represent-boundaries.git#egg=represent-boundaries
    
  2. Add or uncomment BOUNDARY_SERVICE_URL = 'http://127.0.0.1:8000/' in billy_settings.py

  3. Run pip install -r requirements.txt

You should not be able to add boundary data as described in the README and access boundary data as described in the Represent API.

Clone this wiki locally