In this tutorial we are going to explore three date/datetime pickers options that you can easily use in a Django project. We are going to explore how to do it manually first, then how to set up a custom widget and finally how to use a third-party Django app with support to datetime pickers. Introduction Tempus Dominus Bootstrap 4Direct Usage Custom Widget XDSoft DateTimePickerDirect Usage Custom Widget Fengyuan Chen’s DatepickerDirect Usage Custom Widget Conclusions --- Introduction The imp...| Simple is Better Than Complex
[Django 2.1.3 / Python 3.6.5 / Bootstrap 4.1.3] In this tutorial we are going to explore some of the Django Crispy Forms features to handle advanced/custom forms rendering. This blog post started as a discussion in our community forum, so I decided to compile the insights and solutions in a blog post to benefit a wider audience. Table of Contents Introduction Installation Basic Form Rendering Basic Crispy Form Rendering Custom Fields Placement with Crispy Forms Crispy Forms Layout Helpers Cus...| Simple is Better Than Complex