Quick and easy layout of Django forms using crispy-forms and widget-tweaks

One of the first problems you have when you want to create a traditional HTML django site (i.e
not an SPA one) is how to properly and beautifully layout your forms. In this small article I’ll
talk about two very useful django packages that will help you h… Read more

Similar