Re: Ajax, jQuery and Django

2020-10-11 Thread Dvs Khamele
Hi do you hire contract based python/django freelancer?
 We can help you in this and related tasks at fair prices. Reply or send
email to divy...@pythonmate.com
Best Regards,
Divyesh Khamele,
Pythonmate

On Mon, 5 Oct 2020, 1:33 pm Salima Begum, 
wrote:

> Hi all,
> I have database of zip code for example,
> INSERT INTO pages_zip_code (id, zip, city, st) VALUES
> (1, '00501', 'Holtsville', 'NY'),
> (2, '00544', 'Holtsville', 'NY'),
> (3, '00601', 'Adjuntas', 'PR'),
> (4, '00602', 'Aguada', 'PR'),
> (5, '00603', 'Aguadilla', 'PR'),
> (6, '00604', 'Aguadilla', 'PR'),
> (7, '00605', 'Aguadilla', 'PR'),
> (8, '00606', 'Maricao', 'PR'),
> (9, '00610', 'Anasco', 'PR'),
> (10, '00611', 'Angeles', 'PR'),
> (11, '00612', 'Arecibo', 'PR'),
> (12, '00613', 'Arecibo', 'PR'),
> (13, '00614', 'Arecibo', 'PR'),
> (14, '00616', 'Bajadero', 'PR'),
> (15, '00617', 'Barceloneta', 'PR'),
> (16, '00622', 'Boqueron', 'PR'),
> (17, '00623', 'Cabo Rojo', 'PR'),
> (18, '00624', 'Penuelas', 'PR'),
> (19, '00627', 'Camuy', 'PR');
> If user enters zipcode, Then state and city column should be auto fill by
> using database of zip code in django and jQuery .
> Please let me know how to do this
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAMSz6b%3DM-_czipdp%2BpcfE6ytaweJe6Dw_ZCie4n4-VY-ZakLjg%40mail.gmail.com
> 
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAH9mneVbuRMs8e8gt-4EUW_if_X2tOqJj9w9Lj8pD1iZi%3DX-FA%40mail.gmail.com.


Re: Ajax, jQuery and Django

2020-10-11 Thread Dvs Khamele
Hi do you hire contract based python/django freelancer?
 We can help you in this and related tasks at fair prices. Reply or send
email to divy...@pythonmate.com
Best Regards,
Divyesh Khamele,
Pythonmate

On Mon, 5 Oct 2020, 1:35 pm Salima Begum, 
wrote:

> Hi all,
> I have database of zip code for example,
> INSERT INTO pages_zip_code (id, zip, city, st) VALUES
> (1, '00501', 'Holtsville', 'NY'),
> (2, '00544', 'Holtsville', 'NY'),
> (3, '00601', 'Adjuntas', 'PR'),
> (4, '00602', 'Aguada', 'PR'),
> (5, '00603', 'Aguadilla', 'PR'),
> (6, '00604', 'Aguadilla', 'PR'),
> (7, '00605', 'Aguadilla', 'PR'),
> (8, '00606', 'Maricao', 'PR'),
> (9, '00610', 'Anasco', 'PR'),
> (10, '00611', 'Angeles', 'PR'),
> (11, '00612', 'Arecibo', 'PR'),
> (12, '00613', 'Arecibo', 'PR'),
> (13, '00614', 'Arecibo', 'PR'),
> (14, '00616', 'Bajadero', 'PR'),
> (15, '00617', 'Barceloneta', 'PR'),
> (16, '00622', 'Boqueron', 'PR'),
> (17, '00623', 'Cabo Rojo', 'PR'),
> (18, '00624', 'Penuelas', 'PR'),
> (19, '00627', 'Camuy', 'PR');
> If user enters zipcode, Then state and city column should be auto fill by
> using database of zip code in django and jQuery .
> Please let me know how to do this.
>
> Thank You,
> ~Salima
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAMSz6b%3DceNs7rk3zY4aNAS2MpUtAnamPi%2BzsfBx5maK9NZPo%2Bw%40mail.gmail.com
> 
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAH9mneVLY6Vvx%2BFh-VxEpQFX2%2BgS%2BKYs76t5aak9VxcvkrQDpg%40mail.gmail.com.


Re: Ajax, jQuery and Django

2020-10-05 Thread Eugene TUYIZERE
https://simpleisbetterthancomplex.com/tutorial/2018/01/29/how-to-implement-dependent-or-chained-dropdown-list-with-django.html

check this also

On Mon, 5 Oct 2020 at 11:25, RANGA BHARATH JINKA 
wrote:

> Hi,
>
> Check this. This may be useful for you.
>
> All the best
>
>
> https://www.youtube.com/results?search_query=django+dependent+drop+down+list+from+database
>
> On Mon, Oct 5, 2020 at 1:56 PM Kunal Solanke 
> wrote:
>
>> Rather than sending ajax every time handle it on frontend in javascript
>>
>> On Mon, Oct 5, 2020, 13:35 Salima Begum 
>> wrote:
>>
>>> Hi all,
>>> I have database of zip code for example,
>>> INSERT INTO pages_zip_code (id, zip, city, st) VALUES
>>> (1, '00501', 'Holtsville', 'NY'),
>>> (2, '00544', 'Holtsville', 'NY'),
>>> (3, '00601', 'Adjuntas', 'PR'),
>>> (4, '00602', 'Aguada', 'PR'),
>>> (5, '00603', 'Aguadilla', 'PR'),
>>> (6, '00604', 'Aguadilla', 'PR'),
>>> (7, '00605', 'Aguadilla', 'PR'),
>>> (8, '00606', 'Maricao', 'PR'),
>>> (9, '00610', 'Anasco', 'PR'),
>>> (10, '00611', 'Angeles', 'PR'),
>>> (11, '00612', 'Arecibo', 'PR'),
>>> (12, '00613', 'Arecibo', 'PR'),
>>> (13, '00614', 'Arecibo', 'PR'),
>>> (14, '00616', 'Bajadero', 'PR'),
>>> (15, '00617', 'Barceloneta', 'PR'),
>>> (16, '00622', 'Boqueron', 'PR'),
>>> (17, '00623', 'Cabo Rojo', 'PR'),
>>> (18, '00624', 'Penuelas', 'PR'),
>>> (19, '00627', 'Camuy', 'PR');
>>> If user enters zipcode, Then state and city column should be auto fill
>>> by using database of zip code in django and jQuery .
>>> Please let me know how to do this.
>>>
>>> Thank You,
>>> ~Salima
>>>
>>> --
>>> 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 view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/CAMSz6b%3DceNs7rk3zY4aNAS2MpUtAnamPi%2BzsfBx5maK9NZPo%2Bw%40mail.gmail.com
>>> 
>>> .
>>>
>> --
>> 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 view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CAOecAny6XS%2B7wrvTDbEDdVOwC76Umv02nQ4AxnDeEwXUAArMUA%40mail.gmail.com
>> 
>> .
>>
>
>
> --
> Thanks and Regards
>
> J. Ranga Bharath
> cell: 9110334114
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAK5m316JmU0i_CkUMkUE93VwAN-cyTGSMAPBMxDg%2BJ6OcLSG-Q%40mail.gmail.com
> 
> .
>


-- 
*TUYIZERE Eugene*



*Msc Degree in Mathematical Science*

*African Institute for Mathematical Sciences (AIMS Cameroon)Crystal
Garden-Lime, Cameroon*

Bsc in Computer Science

*UR-Nyagatare Campus*

Email: eugene.tuyiz...@aims-cameroon.org
   eugenetuyiz...@gmail.com

Tel: (+250) 7 88 26 33 38, (+250) 7 22 26 33 38

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CABxpZHsFBQ8vZEW%3DpVZc41b8gGm8Rnoi00BQEoQw2ZEqEUkCAg%40mail.gmail.com.


Re: Ajax, jQuery and Django

2020-10-05 Thread RANGA BHARATH JINKA
Hi,

Check this. This may be useful for you.

All the best

https://www.youtube.com/results?search_query=django+dependent+drop+down+list+from+database

On Mon, Oct 5, 2020 at 1:56 PM Kunal Solanke 
wrote:

> Rather than sending ajax every time handle it on frontend in javascript
>
> On Mon, Oct 5, 2020, 13:35 Salima Begum 
> wrote:
>
>> Hi all,
>> I have database of zip code for example,
>> INSERT INTO pages_zip_code (id, zip, city, st) VALUES
>> (1, '00501', 'Holtsville', 'NY'),
>> (2, '00544', 'Holtsville', 'NY'),
>> (3, '00601', 'Adjuntas', 'PR'),
>> (4, '00602', 'Aguada', 'PR'),
>> (5, '00603', 'Aguadilla', 'PR'),
>> (6, '00604', 'Aguadilla', 'PR'),
>> (7, '00605', 'Aguadilla', 'PR'),
>> (8, '00606', 'Maricao', 'PR'),
>> (9, '00610', 'Anasco', 'PR'),
>> (10, '00611', 'Angeles', 'PR'),
>> (11, '00612', 'Arecibo', 'PR'),
>> (12, '00613', 'Arecibo', 'PR'),
>> (13, '00614', 'Arecibo', 'PR'),
>> (14, '00616', 'Bajadero', 'PR'),
>> (15, '00617', 'Barceloneta', 'PR'),
>> (16, '00622', 'Boqueron', 'PR'),
>> (17, '00623', 'Cabo Rojo', 'PR'),
>> (18, '00624', 'Penuelas', 'PR'),
>> (19, '00627', 'Camuy', 'PR');
>> If user enters zipcode, Then state and city column should be auto fill by
>> using database of zip code in django and jQuery .
>> Please let me know how to do this.
>>
>> Thank You,
>> ~Salima
>>
>> --
>> 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 view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CAMSz6b%3DceNs7rk3zY4aNAS2MpUtAnamPi%2BzsfBx5maK9NZPo%2Bw%40mail.gmail.com
>> 
>> .
>>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAOecAny6XS%2B7wrvTDbEDdVOwC76Umv02nQ4AxnDeEwXUAArMUA%40mail.gmail.com
> 
> .
>


-- 
Thanks and Regards

J. Ranga Bharath
cell: 9110334114

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAK5m316JmU0i_CkUMkUE93VwAN-cyTGSMAPBMxDg%2BJ6OcLSG-Q%40mail.gmail.com.


Re: Ajax, jQuery and Django

2020-10-05 Thread Kunal Solanke
Rather than sending ajax every time handle it on frontend in javascript

On Mon, Oct 5, 2020, 13:35 Salima Begum 
wrote:

> Hi all,
> I have database of zip code for example,
> INSERT INTO pages_zip_code (id, zip, city, st) VALUES
> (1, '00501', 'Holtsville', 'NY'),
> (2, '00544', 'Holtsville', 'NY'),
> (3, '00601', 'Adjuntas', 'PR'),
> (4, '00602', 'Aguada', 'PR'),
> (5, '00603', 'Aguadilla', 'PR'),
> (6, '00604', 'Aguadilla', 'PR'),
> (7, '00605', 'Aguadilla', 'PR'),
> (8, '00606', 'Maricao', 'PR'),
> (9, '00610', 'Anasco', 'PR'),
> (10, '00611', 'Angeles', 'PR'),
> (11, '00612', 'Arecibo', 'PR'),
> (12, '00613', 'Arecibo', 'PR'),
> (13, '00614', 'Arecibo', 'PR'),
> (14, '00616', 'Bajadero', 'PR'),
> (15, '00617', 'Barceloneta', 'PR'),
> (16, '00622', 'Boqueron', 'PR'),
> (17, '00623', 'Cabo Rojo', 'PR'),
> (18, '00624', 'Penuelas', 'PR'),
> (19, '00627', 'Camuy', 'PR');
> If user enters zipcode, Then state and city column should be auto fill by
> using database of zip code in django and jQuery .
> Please let me know how to do this.
>
> Thank You,
> ~Salima
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAMSz6b%3DceNs7rk3zY4aNAS2MpUtAnamPi%2BzsfBx5maK9NZPo%2Bw%40mail.gmail.com
> 
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAOecAny6XS%2B7wrvTDbEDdVOwC76Umv02nQ4AxnDeEwXUAArMUA%40mail.gmail.com.


Re: Ajax/jquery .load() unresponsive via django html templating, or FF/chrome

2012-03-20 Thread Eli_West
Thanks, I think I did read the page that recommends adding a script
and did so but no help there. I'll doublecheck but it just seems like
there is not very much info on this topic.

Is it safe to say that somehow having django templating in the middle
is causing xss issues to0? Extra content from .load() is still coming
from localhost so I can't see how it would blocked.

thx

On Mar 20, 4:26 am, Tom Evans  wrote:
> On Mon, Mar 19, 2012 at 6:52 AM, Eli_West  wrote:
> > 2 potential issues I've been trying solve:
>
> > 1) Django csrf or other mechanism is blocking ajax and jquery .load()
>
> > […]
>
> Are you following the advice laid out in the Django manual on AJAX And CSRF?
>
> Cheers
>
> Tom

-- 
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: Ajax/jquery .load() unresponsive via django html templating, or FF/chrome

2012-03-20 Thread Tom Evans
On Mon, Mar 19, 2012 at 6:52 AM, Eli_West  wrote:
> 2 potential issues I've been trying solve:
>
> 1) Django csrf or other mechanism is blocking ajax and jquery .load()
>
> […]

Are you following the advice laid out in the Django manual on AJAX And CSRF?

Cheers

Tom

-- 
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: Re: Ajax Jquery

2006-10-04 Thread James Bennett

On 9/29/06, patrickk <[EMAIL PROTECTED]> wrote:
> however, I´ve been a little bit disappointed at first that django
> doesn´t come with a js-library and that the django-developers refused
> to agree on a js-framework.

It isn't that there's a "refusal to agree", it's that there's a
recognition that the server-side app framework:

1. Shouldn't be trying to force a choice of client-side coding tools on you.
2. Shouldn't be trying to write client-side code (in the form of
"javascript helpers") for you.
3. Probably can't ever make a choice for JavaScript toolkit that will
satisfy enough end users. If we go with Dojo, Prototype fans will be
angry. If we go with Prototype, YUI fans will be angry. If we go with
YUI, JQuery fans will be angry.

This is a case where the only way to "win" is not to play the game at
all, which means not bundling or "integrating" a JS toolkit.

-- 
"May the forces of evil become confused on the way to your house."
  -- George Carlin

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



Re: Re: Ajax Jquery

2006-10-04 Thread Brandon Aaron

On 9/29/06, patrickk <[EMAIL PROTECTED]> wrote:
> well, this is not really a question.
> however, I´ve been a little bit disappointed at first that django
> doesn´t come with a js-library and that the django-developers refused
> to agree on a js-framework.
> in the meantime, I totally understand that decision and I´m very
> happy with it. we are currently using jquery and we´ve been using
> dojo before. so, we switched the js-library - and it was very easy
> because it has nothing to do with django.
>
> patrick.

I think it is best to keep the JavaScript library out of the core. I
would rather not be stuck using dojo, prototype or even stuck using
jQuery. However, if a choice has to be made, my vote is for jQuery. :)

--
Brandon Aaron

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



Re: Ajax Jquery

2006-09-29 Thread Kenneth Gonsalves


On 29-Sep-06, at 10:05 PM, Onno Timmerman wrote:

> Are there books about Django, and what books do you recomend to get me
> up to speed with Python!

python in a nutshell - o'reilly

-- 

regards
kg
http://lawgon.livejournal.com
http://nrcfosshelpline.in/web/



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



Re: Ajax Jquery

2006-09-29 Thread Russell Keith-Magee

On 9/30/06, Onno Timmerman <[EMAIL PROTECTED]> wrote:
>
> Second questions:
> Are there books about Django, and what books do you recomend to get me
> up to speed with Python!

www.diveintopython.org is one of the best Python primers I know of.
It's also available in   dead tree version.

As for Django - there is a book under development. If you search
Amazon, you will find it - but ignore the publication date. Amazon is
quoting October, but that isn't accurate.

Yours,
Russ Magee %-)

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



Re: Ajax Jquery

2006-09-29 Thread patrickk


Am 29.09.2006 um 18:35 schrieb Onno Timmerman:

>
> Hello,
>
> I started to learn Django this week and have a lot of questions. My
> background is PHP.
> I hope to save time with Django and be able to do more.
>
> My first question:
> Many frameworks are working with a ajax framework. I realy like
> Jquery.com... It's easy and very intiutive, the same philosophy as
> Django has.

well, this is not really a question.
however, I´ve been a little bit disappointed at first that django  
doesn´t come with a js-library and that the django-developers refused  
to agree on a js-framework.
in the meantime, I totally understand that decision and I´m very  
happy with it. we are currently using jquery and we´ve been using  
dojo before. so, we switched the js-library - and it was very easy  
because it has nothing to do with django.

patrick.

>
> Second questions:
> Are there books about Django, and what books do you recomend to get me
> up to speed with Python!
>
> Onno
>
> >


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



Re: Ajax Jquery

2006-09-29 Thread charles sibbald
book on python www.thinkpython.comOnno Timmerman <[EMAIL PROTECTED]> wrote: Hello,I started to learn Django this week and have a lot of questions. My background is PHP.I hope to save time with Django and be able to do more.My first question:Many frameworks are working with a ajax framework. I realy like Jquery.com... It's easy and very intiutive, the same philosophy as Django has.Second questions:Are there books about Django, and what books do you recomend to get me up to speed with Python!Onno		 All-new Yahoo! Mail - Fire up a more powerful email and get things done faster.
--~--~-~--~~~---~--~~
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  -~--~~~~--~~--~--~---