
Install Django and Pillow in your virtual environment, create blog and project apps, register them in installed apps, and build a simple index view with templates.
Learn to display all projects on the home page by importing the project model, collecting projects in a context, and rendering them as bootstrap cards with image, title, and overview.
Conclude the first website project and prepare to build additional django 3.0 sites for an interior design studio, applying the lessons learned from the initial project.
We advance our Django 3.0 course by building an interior design studio website with project filters and a dashboard to manage services, projects, and team, plus a Nest email template.
Learn to fetch Service and TeamMember objects in a Django view, pass them in context, and render them in templates to display services and team members.
Learn to display all projects in a Django 3.0 app by building a view to collect project objects, pass them to a template, and render titles and images.
Set up a Django 3.0 project by creating a virtual environment, starting a project, configuring static and media files, templates, and a basic index view, then run the server.
Show how to display courses on a Django 3.0 site by importing the Course model, filtering English and math courses, and rendering a template with bootstrap cards.
In this course you will learn how to build websites in Django form scratch, how to use django-filters, build comments and authentication systems, how to connect theme to a Django backend. First website wil be portfolio website with blog section, secon one will be website for interior design studio, and third one will be elearning website.