Re: django templates stop to working html autocomplete

2020-05-07 Thread Carson
What do you want to autocomplete but not? If you use Python as the main language, It so recommends that you convert IDE to PyCharm. Eren ARTUÇ於 2020年5月8日星期五 UTC+8上午7時09分18秒寫道: > > hello everyone, > > Im using Vs.Code. When i enabled to django templates, my HTML autocomlete > doesnt work. i want

How to create a dynamic form queryset on using inlineformset_factory?

2010-08-13 Thread carson
hi all, i use inlineformset_facotry to edit & save the additional values for my model. #model.py class ListingShippingService(models.Model): site = models.ForeignKey(Site) is_international = models.BooleanField(default=False) is_flat = models.BooleanField(default=False) is_calc