Re: Geographic Data on Django

2011-07-27 Thread kenneth gonsalves
On Wed, 2011-07-27 at 08:18 +1200, Gmail - neonmark wrote: > Check out this site - with source - uses postgis and does something > similar, perhaps, to what you want. > https://github.com/openplans/fixcity geodjango comes with django. -- You received this message because you are subscribed to

Re: Geographic Data on Django

2011-07-26 Thread Gmail - neonmark
Check out this site - with source - uses postgis and does something similar, perhaps, to what you want. https://github.com/openplans/fixcity On 7/27/2011 8:00 AM, Dan H wrote: Hey I am building a website similar to Yelp. I want users to be able to submit data on their interface with a particula

Re: Geographic Data on Django

2011-07-26 Thread Andre Terra
http://geodjango.org/ GL! Cheers, AT On Tue, Jul 26, 2011 at 5:00 PM, Dan H wrote: > Hey I am building a website similar to Yelp. I want users to be able > to submit data on their interface with a particular establishment. I > want a user to be able to find this establishment either by searchi

Geographic Data on Django

2011-07-26 Thread Dan H
Hey I am building a website similar to Yelp. I want users to be able to submit data on their interface with a particular establishment. I want a user to be able to find this establishment either by searching the database or by gps, using google maps api. How would I store the geographic data in the