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
Django: Adding icons to our project Nov 14, 2022 Django Django: Adding icons to our project What are templates? Django templates are text files, which can be composed to run as HTML files - which can later be referred to as
Django: Adding user notifications Nov 14, 2022 Django Django: Adding user notifications What are Django messages? Django messages are Django's way of providing our users with notifications after an event or an action. Step 1:
Django: Rendering data into a template Nov 14, 2022 Django Django: Rendering data into a template What are templates? Django templates are text files, which can be composed to run as HTML files - which can later be referred to as