Error when trying to render Folium map on Django Server

2019-07-09 Thread Sabasky



[image: Screenshot - 05_07_2019 , 10_12_37.png][image: Screenshot - 
06_07_2019 , 13_59_04.png] [image: Screenshot - 
06_07_2019 , 13_59_29.png] 


im not sure how to approach getting the html/js to work on the browser 
after the user has submitted their input via the previous html form... I 
have seemed to look everywhere and there are a lot of similar problems with 
solutions but I could not get any to work!

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/54df0019-5527-4101-8761-f27e1e102afb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: map in django

2012-07-11 Thread j_syk
This Gist https://gist.github.com/1027898 is an example of a location Model 
which calls on a helper function when saved to find the lat & long of the 
address when it is saved. 

The original snippet of the function is here- 
http://djangosnippets.org/snippets/2399/

On Wednesday, July 11, 2012 2:35:24 AM UTC-5, Satvir Kaur wrote:
>
> On Wed, Jul 4, 2012 at 9:23 PM, yak-man wrote: 
> > You might try browsing these: 
> > The code from Zain's US PyCon2012 tutorial on making interaxtive maps is 
> also in his github repositories - you might find that interesting. 
> What is link for that??? 
>
>
> -- 
> Satvir Kaur 
> satveerkaur.blogspot.in 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/6Xfx3oUgXvQJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: map in django

2012-07-11 Thread Satvir Toor
On Wed, Jul 4, 2012 at 9:23 PM, yak-man  wrote:
> You might try browsing these:
> The code from Zain's US PyCon2012 tutorial on making interaxtive maps is also 
> in his github repositories - you might find that interesting.
What is link for that???


-- 
Satvir Kaur
satveerkaur.blogspot.in

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



Re: map in django

2012-07-05 Thread Timothy Makobu
The link I gave you does exactly that. You give GMaps an address and it
gives you JSON (or XML) of many things, among them longitude and latitude.
You can then use  maybe http://gmap3.net/  to display the location on the
map. The ajax that will glue all that together into one page is the
homework.

On Thu, Jul 5, 2012 at 2:25 PM, Satvir Toor <toor.satvi...@gmail.com> wrote:

> I followed below link
> http://pypi.python.org/pypi/django-google-maps/
> it works fine in admin interface, But I want to display a map using
> django templates. I wish for a output like
> No. of text fields and a address field, the map would display the
> location on itself according to value entered into address field.
> Please help me.
>
>
> --
> Satvir Kaur
> satveerkaur.blogspot.in
>
> --
> 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+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

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



Re: map in django

2012-07-05 Thread Satvir Toor
I followed below link
http://pypi.python.org/pypi/django-google-maps/
it works fine in admin interface, But I want to display a map using
django templates. I wish for a output like
No. of text fields and a address field, the map would display the
location on itself according to value entered into address field.
Please help me.


-- 
Satvir Kaur
satveerkaur.blogspot.in

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



Re: map in django

2012-07-05 Thread Timothy Makobu
http://stackoverflow.com/questions/3652951/google-maps-api-get-coordinates-of-address


On Thu, Jul 5, 2012 at 10:24 AM, Satvir Toor wrote:

> On Thu, Jul 5, 2012 at 12:38 PM, Timothy Makobu
>  wrote:
> > Something like this? http://timslab.net/tornodes/
> can say.
> >
> > Questions; how do you GET the location? Is it a constant location, or
> does
> > it depend on something? What is at that location, that makes you want to
> > save it? Once we know why and how you get a location, we can help you
> > better.
> No it is not a constant location. Actually my requirement is to enter
> the address for mapping location and from that map i want to fetch the
> co-ordinates.Locations means address on map.
>
>
> --
> Satvir Kaur
> satveerkaur.blogspot.in
>
> --
> 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+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

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



Re: map in django

2012-07-05 Thread Satvir Toor
On Thu, Jul 5, 2012 at 12:38 PM, Timothy Makobu
 wrote:
> Something like this? http://timslab.net/tornodes/
can say.
>
> Questions; how do you GET the location? Is it a constant location, or does
> it depend on something? What is at that location, that makes you want to
> save it? Once we know why and how you get a location, we can help you
> better.
No it is not a constant location. Actually my requirement is to enter
the address for mapping location and from that map i want to fetch the
co-ordinates.Locations means address on map.


-- 
Satvir Kaur
satveerkaur.blogspot.in

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



Re: map in django

2012-07-05 Thread Timothy Makobu
Something like this? http://timslab.net/tornodes/

Questions; how do you GET the location? Is it a constant location, or does
it depend on something? What is at that location, that makes you want to
save it? Once we know why and how you get a location, we can help you
better.


On Thu, Jul 5, 2012 at 9:22 AM, yarko  wrote:

> On Wednesday, July 4, 2012 10:53:41 AM UTC-5, yarko wrote:
>>
>> You might try browsing these:
>>
>>  
>> http://pyvideo.org/search?**models=videos.video=making+**maps
>>
>> 
>>
> Apologies - Swype caused more than one typo:
>
>
>> http://inzane.net
>>
> =>  http://inzain.net
>
>
>> The code from Zain's US PyCon2012 tutorial on making interactive maps is
>> also in his github repositories - you might find that interesting.
>>
>> Have lots of fun!
>> -Yarko
>>
>>  --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/django-users/-/e1j1bEaVaZ0J.
>
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>

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



Re: map in django

2012-07-05 Thread yarko
On Wednesday, July 4, 2012 10:53:41 AM UTC-5, yarko wrote:
>
> You might try browsing these:
>
>  http://pyvideo.org/search?models=videos.video=making+maps
>
> 
>
Apologies - Swype caused more than one typo:
 

> http://inzane.net
>
=>  http://inzain.net
 

> The code from Zain's US PyCon2012 tutorial on making interactive maps is 
> also in his github repositories - you might find that interesting.
>
> Have lots of fun!
> -Yarko
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/e1j1bEaVaZ0J.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: map in django

2012-07-04 Thread yak-man
You might try browsing these:

 http://pyvideo.org/search?models=videos.video=making+maps

http://inzane.net

The code from Zain's US PyCon2012 tutorial on making interaxtive maps is also 
in his github repositories - you might find that interesting.

Have lots of fun!
-Yarko

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/rj3DGy7wajoJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: map in django

2012-07-04 Thread kenneth gonsalves
On Wed, 2012-07-04 at 17:38 +0530, Satvir Toor wrote:
> Hello!!! Everyone
> I am new to maps in django.I want to display map in django application
> and to capture the latitude and longitude for that location and  to
> save in database. Please give me reference. 

http://duckduckgo.com/?q=maps+in+django
-- 
regards
Kenneth Gonsalves

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



map in django

2012-07-04 Thread Satvir Toor
Hello!!! Everyone
I am new to maps in django.I want to display map in django application
and to capture the latitude and longitude for that location and  to
save in database. Please give me reference.


-- 
Satvir Kaur
satveerkaur.blogspot.in

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



Re: Map of Django users

2007-08-15 Thread John Shaffer

There's also a map on Ohloh: http://www.ohloh.net/projects/3338;map

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Map of Django users

2007-08-15 Thread Rob Hudson

I live and work in Eugene, OR and because of the Django Master Class
at OSCON I found out that there were a number of other people in
Eugene using Django.  So I thought it would be nice if there were a
map of Django users to see if there were others nearby.

To that end, I quickly created a Frappr map for Django users:
http://www.frappr.com/?a=constellation_map=137440019483

Feel free to add yourselves.  Here in Eugene we're thinking of
organizing a tech lunch for all the Django developers.

Cheers!
-Rob

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---