Django shorts: #5 Humanize Nov 19, 2022 Django Django shorts: #5 Humanize Django comes with a set of pre-built template filters which are used to give a ‘human touch’ to our data. One of the most commonly
Django shorts: #4 Useful packages Nov 14, 2022 Django Django shorts: #4 Useful packages Preface Django is such a diverse and intricate back-end web framework. One of the best things that we can do with Django is that we
Django shorts: #3 Sending emails Nov 14, 2022 Django Django shorts: #3 Sending emails Preface Django is such a diverse and intricate back-end web framework, that we can utilize it to do a great many things. One of these
Django shorts: #2 Crispy forms Nov 14, 2022 Django Django shorts: #2 Crispy forms What are crispy forms? Crispy forms is a python package which we can implement within our Django web application. It is used to improve the
Django shorts: #1 Environment variables Nov 14, 2022 Django Django shorts: #1 Environment variables Why do we need to set up environment variables in Django? As we continue to build our Django web application, we will eventually come to