Re: City, State, Country Application?

2008-04-08 Thread Chris Moffitt
Satchmo doesn't have exactly what you are looking for but maybe the data we
have in our l10n application will be useful. You can see the models and the
existing data here -
http://www.satchmoproject.com/trac/browser/satchmo/trunk/satchmo/l10n

-Chris

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: City, State, Country Application?

2008-04-08 Thread Alex Ezell

On Tue, Apr 8, 2008 at 6:14 PM, jeffself <[EMAIL PROTECTED]> wrote:
>
>  I'm sure everyone has created models that contain city, state,
>  country, and other location information.  Is there an app already
>  written for Django that I can import?

There may be something out there to do this, but the API and web
services at GeoNames are pretty easy to use to do this. They also have
data for download if you want to avoid the possible delay of a HTTP
request.

http://www.geonames.org/export/

/alex

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---