Web Applications with Django: Building Multiple Apps in a Project

placeholder

A Django project is simply a web application consisting of one or more apps within it. Djangos features ensure you can link multiple related project apps create apps that accept and store user information and trigger actions such as sending emails. In this course youll practice carrying out these tasks in Django. Youll start by illustrating how images are incorporated within Django models displayed on a web page and stored on a file system while their paths are saved in the database. Next youll implement multiple separate but related apps within a Django project. Finally youll learn how to ensure a users selection from a set of checkboxes is stored by your model and work with a users email credentials to send them an email.