-
In this tutorial you get a step by step guide on how to install and create a Django project. You will learn how to create a project where you can add, read, update or delete data.
-
You will learn how to make HTML Templates and use Django Template Tags to insert data within a HTML document.
-
You will learn how to work with QuerySets to extract, filter, and sort data from the database.
-
You will also learn how to set up a PostgreSQL database and how to deploy your Django project to the world.
-
Beginning Django:
setting up the enivronment. creating the project creating the app integrating the app and other resources to django learning and handling (views, templates, models (database) and urls) -
Display Data:
Prep template and view add links to details add master template add main index page django 404 template add test view -
Admin
Django Admin Create User Include Models Set List Display Update members Add members Delete members -
Django Syntax
django variables django tags django if else django for loops django comment django include -
QuerySets
queryset intro queryset Get queryset filter queryset order by -
Static Files
Add Static Files install Whitenoise collect static files add global static files Add styles to the project -
PostgreSQL
-
Deploy django project
