
Customize the home page by refining navigation, updating the logo, and removing unused sections, while connecting static assets and embedding a Google map.
Create car and dealer models in a Django 3.0 app, with brand, category, images, miles, transmission, year, price, and a dealer foreign key, then migrate and register in admin.
Set up a filter form for the car catalog using django-filter, create a car filter with fields like brand, year, transmission, and price, and render results in the view.
Define the contact view, add a path, render the contact template with context, connect static files, and build a form with name, email, and message to send emails.
Create a Django 3.0 contact page with a post form, CSRF protection, and fields for name, email, and message; configure Gmail SMTP to send the message.
Launch the fully functional car dealer website by showing models, creating tables and sliders, building a filter form and contact form, integrating Google Maps, and adding pagination for filter results.
In this course you will learn how to build website for car dealer in Django from scratch, how to create and show models, how to use django-filters to filter models, how to add pagination on filtered results, how to build working contact form and embedd google maps on your website.