You can also consider using django-crispy-forms; they have a Bootstrap styling option: https://django-crispy-forms.readthedocs.io/en/latest/layouts.html#bootstrap-layout-objects and also: https://django-crispy-forms.readthedocs.io/en/latest/install.html#template-packs (for other styling options)
On Saturday, 17 October 2020 at 17:50:30 UTC+2 [email protected] wrote: > Django has amazing model forms and django froms. In case if i use them, I > am unable to get the bootstrap and css styles. I can use raw html forms. > but, model forms and django forms are validated itself. in this case how > can I get such an amazing bootstrap styles in model forms or django forms.? -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a8edd68c-943a-4d75-9692-6b19e4f5cfffn%40googlegroups.com.

