Re: Two Things: (1)-ModelChoiceField with a searchbox and (2)-Related Dropboxes

2015-07-15 Thread François Schiettecatte
Another option would be JQuery Autocomplete: https://github.com/devbridge/jQuery-Autocomplete I have used both, JQuery Autocomplete is simpler to get going but Select2 is more flexible. François > On Jul 15, 2015, at 7:27 PM, Dan Tagg wrote: > > Select2

Re: Two Things: (1)-ModelChoiceField with a searchbox and (2)-Related Dropboxes

2015-07-15 Thread Dan Tagg
Select2 can do this https://select2.github.io. Other alternatives are available too. Dan On 13 Jul 2015 4:27 pm, "Miguel Pereira Legal" wrote: > I have this two questions: > > I am trying to write a small stock management system, and I am finding > problems in the Form.

Re: Two Things: (1)-ModelChoiceField with a searchbox and (2)-Related Dropboxes

2015-07-15 Thread felix
El 13/07/15 10:09, Miguel Pereira Legal escribió: I have this two questions: I am trying to write a small stock management system, and I am finding problems in the Form. See, when an item goes out I have a dropbox (ChoiceField) to choose the item that is going out, but this dropbox gets too

Two Things: (1)-ModelChoiceField with a searchbox and (2)-Related Dropboxes

2015-07-13 Thread Miguel Pereira Legal
I have this two questions: I am trying to write a small stock management system, and I am finding problems in the Form. See, when an item goes out I have a dropbox (ChoiceField) to choose the item that is going out, but this dropbox gets too long when you have so many elements in the data base

Re: Internationalize: Get two things to happen when you select a language: set the language and redirected to a different part of the site

2014-06-20 Thread visionary800
> > Resolved. The solution was staring right at me (0^0) the whole time n the > template language. I figured it out upon reading further down on the > documents. > https://docs.djangoproject.com/en/1.6/topics/i18n/translation/#miscellaneous -- You received this message because you are

Internationalize: Get two things to happen when you select a language: set the language and redirected to a different part of the site

2014-06-19 Thread visionary800
] | [Enter in Spanish]. You can press either button and what happens next is you enter the site to a different page that says "Welcome" or "hola" (which ever you chose) and language is session is set. I am trying to get two things to happen with one button: 1. set the languag

Re: Two Things

2007-08-09 Thread [EMAIL PROTECTED]
Thanks Mike. -LJ On Aug 10, 12:23 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > New to the group, so I thought I'd post my favorite > > Django video:http://video.google.com/videoplay?docid=-70449010942275062 > Django >

Two Things

2007-08-09 Thread [EMAIL PROTECTED]
New to the group, so I thought I'd post my favorite Django video: http://video.google.com/videoplay?docid=-70449010942275062 Django book: http://www.amazon.com/Pro-Django-Development-Done-Right/dp/1590597257/ref=pd_bbs_sr_1/104-7275500-7139960?ie=UTF8=books=1186719760=8-1 Cheers, Mike