Re: Django-Autocomplete-light Styling Input Box

2018-07-10 Thread Melvyn Sopacua
On dinsdag 10 juli 2018 15:24:16 CEST umar...@gmail.com wrote: > But now I'm not able to change the input box create by autocomplete-light. > I've seen we can create ours custom html base on the receive data from the > database but is there a way to just use the default Html and CSS created by > t

Django-Autocomplete-light Styling Input Box

2018-07-10 Thread umarcja
Hi, this is my first post, please tell me if anything is wrong with the way I wrote question. I am actually learning Django and I'm facing a little problem. I've install a Postgres Database on my PC and link this Database to my Django Project. I've install django-autocomplete-

Re: django autocomplete light

2018-03-31 Thread Gerald Brown
Have a look at this article: https://simpleisbetterthancomplex.com/tutorial/2018/01/29/how-to-implement-dependent-or-chained-dropdown-list-with-django.html It might do what you are trying to do. There are also a lot of other posts about Django on this site. On Saturday, September 16, 2017 at

Re: django autocomplete light

2017-09-17 Thread Roman Akopov
Hi, you probably need to filter results based on the value of other fields in the form http://django-autocomplete-light.readthedocs.io/en/master/tutorial.html#filtering-results-based-on-the-value-of-other-fields-in-the-form On Saturday, September 16, 2017 at 3:24:48 PM UTC+4, Ahmet Muazim Tunç

Re: django autocomplete light

2017-09-16 Thread Ryan Nowakowski
If all dropdowns are on the same page, you probably need to create some views that return json, then hit those views with ajax. On September 15, 2017 9:25:42 PM CDT, "Ahmet Muazim Tunç" wrote: >I want to make two or three dropdown menus which are dependent on each >other. It's Country, City dr

django autocomplete light

2017-09-16 Thread Ahmet Muazim Tunç
I want to make two or three dropdown menus which are dependent on each other. It's Country, City dropdown menus and when Country is selected City dropdown menu has to be filled with proper cities. How can I make this? I have the data, installed the django-cities-light app and filled my db with t

Re: Django tables 2 with django-autocomplete-light

2013-11-19 Thread pnichols104
I'll check it out--thanks! On Friday, November 15, 2013 5:47:29 PM UTC-5, somecallitblues wrote: > > I have used datatables js for editable tables. Look up datatables jQuery > and you'll find a nice demo and a code example of how to implement them. > They also provide Ajax post when you press en

Re: Django tables 2 with django-autocomplete-light

2013-11-15 Thread Mario Gudelj
I have used datatables js for editable tables. Look up datatables jQuery and you'll find a nice demo and a code example of how to implement them. They also provide Ajax post when you press enter key, so all you have to do is to hook it into your django view. Writing on phone so can't supply links a

Django tables 2 with django-autocomplete-light

2013-11-15 Thread pnichols104
I'm trying to populate a django table with autocomplete light so that the user can fill in data in the table, which would then be saved (the whole table is in a form tag). I have the table working to display the existing data and I have the autocomplete working in model forms (well, a team mem

Using django-autocomplete-light?

2013-06-10 Thread Derek
Hi I am trying to get django-autocomplete-light ( https://github.com/yourlabs/django-autocomplete-light) working for my project in the admin. I have the following files and code, running with Django 1.4.3. In the edit form for the Company, the drop-down list for country has been replaced by an