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-light to search threw the database while i'm typing in the input box. 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 the framework and change some styling attribute like width, of height ? I've add 2 pictures of what my app is rendering, and I just want the first input box (Created by autocomplete model) to look like the second one create by my own input box and css styling sheets. Thanks a lot Have a great day everyone. -- 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 [email protected]. To post to this group, send email to [email protected]. 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/7e0377a5-2faf-4c4c-b0e9-6590e3a09b64%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

