Posts

Showing posts with the label django-app

How to Install and use Django Crispy Forms

Crispy forms is a third party django app that makes styling forms really simple. It makes your forms look beautiful with almost no effort from your side. It supports different template packs like uni-form, foundation, bootstrap and  bootstrap3  , that's what we will be using. Setting it up is simple as well with these few steps that I have shown below Read more »