Sunday, May 29, 2011

Re: Regarding Django Applicaiton

On May 28, 12:42 pm, Amit Pal <amix....@gmail.com> wrote:
> Hello,
>
> I am Amit Pal , a undergrduate student....I need your help . I am new
> at Django and just run the first application on my workstation.
>
> I have to make a django applicaiton i.e.
>
> TO build a website which shows the IP location (geoip) on Google
> map ....I need your help very urgently ..
>
> Waiting for your all response :)
Amit

For the Django side, have a look at this tutorial:
http://invisibleroads.com/tutorials/geodjango-googlemaps-build.html
For the GeoLocation of IP addresses, it seems there are commercial
options out there, but you may be able to access a demo database that
will be usable by you as a student - for example, have a look at:
http://www.iplocation.net/#geolocation

HTH
Derek

--
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 django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

1 comment:

  1. For checking the public IP. You should also consider that tool as well.
    iplocation.io
    It has four geolocation databases, to locate the IP, and displays the results on Google maps. And more importantly, it is totally free online tool.

    ReplyDelete