Section Overview Setup. Create the django project and application. Model and database. Access to the data. Conclusion. Together, we’re going to build the back-end for a “To Do” application. We write and deploy a RESTful API service. The APIs allow you to Create, Read, Update, and Delete (CRUD) a task. …