Re: Postcode Search

2016-08-30 Thread Christian Ledermann
also have a look at http://stackoverflow.com/questions/19703975/django-sort-by-distance/35896358#35896358 On 25 August 2016 at 13:24, 'David Turner' via Django users wrote: > Thanks for this. Exactly what I am looking for. > > On 25 August 2016 at 12:59, Christian Ledermann > wrote: >> >> have a

Re: Postcode Search

2016-08-25 Thread 'David Turner' via Django users
Thanks for this. Exactly what I am looking for. On 25 August 2016 at 12:59, Christian Ledermann < christian.lederm...@gmail.com> wrote: > have a look at https://github.com/cleder/os-opendata-edubase > > import of uk postcodes from ordonance survey: > https://github.com/cleder/os-opendata-edubase/

Re: Postcode Search

2016-08-25 Thread Christian Ledermann
have a look at https://github.com/cleder/os-opendata-edubase import of uk postcodes from ordonance survey: https://github.com/cleder/os-opendata-edubase/blob/master/fabric/fabfile.py#L286 get points near to: https://github.com/cleder/os-opendata-edubase/blob/master/django/schools/views.py#L63 or

Re: Postcode Search

2016-08-25 Thread 'David Turner' via Django users
Thanks for this but am looking for Uk Postcodes. Will continue my research. On 24 August 2016 at 15:10, Derek wrote: > The Google geocoding API can help - see: > https://developers.google.com/maps/documentation/geocoding/intro > Their example shows the ZIP code being returned in the JSON/XML res

Re: Postcode Search

2016-08-24 Thread Derek
The Google geocoding API can help - see: https://developers.google.com/maps/documentation/geocoding/intro Their example shows the ZIP code being returned in the JSON/XML response. Or there is: https://www.zipcodeapi.com/ Of course, you need to adhere to the terms&conditions of these service prov

Postcode Search

2016-08-23 Thread 'dtdave' via Django users
I am looking to add the facility to "find my nearest" by postcode to my django app. Does anyone have any recommendations for this facility? Many thanks in advance. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group