Booking options
£80.99
£80.99
On-Demand course
11 hours 6 minutes
All levels
Learn Python and build & deploy a real estate application using the Django framework & PostgreSQL
This is a very practical course where we take a list of requirements from a fictional company to build a real estate application using Django. We will take a basic html/css Bootstrap 4 theme and turn it into a real working application with an admin area to manage resources including property listings, realtors and contact inquiries. We also have a section on learning basic Python syntax
What You Will Learn:
Basic Python (lists, dictionaries, functions, conditionals, etc)
Setup Virtual Environments
Install & configure Django
Create Django "apps"
Postgres Setup (local and remote)
Schema planning, models & migration
Admin Customization
Bootstrap integration
Full search functionality
User Authentication
Deploy to Digital Ocean with Gunicorn & Nginx
All the code and supporting files for this course are available at: https://github.com/PacktPublishing/Python-Django-Dev-To-Deployment
Learn Python and it s core fundamental syntax
Build a real estate application using the Django framework & Postgres
Learn about apps, templates, models & migrations, admin customization & more
Build virtual environments and deploy using Gunicorn and Nginx
This course is for beginner Python developers that want to build a practical, real-world project using the Django framework
An exhaustive course packed with step-by-step instructions, working examples, and helpful advice. This course is divided into clear chunks so you can learn at your own pace and focus on your own area of interest
Basic web development (HTML, Basic Programming fundamentals)
https://github.com/packtpublishing/python-django-dev-to-deployment
Brad Traversy has been programming for around 12 years and teaching for almost 5 years. He is the owner of Traversy Media, which is a successful web development YouTube channel and specializes in everything from HTML5 to front-end frameworks such as Angular as well as server-side technologies such as Node.js, PHP, and Python. Brad has mastered explaining overly complex topics in a simple manner that is understandable. Invest in your knowledge by watching Brad's courses.
1. Course Introduction
2. Getting Setup
3. Python Language Fundamentals (Optional)
4. Project Specs & Getting Started
5. Apps, URLs & Templates
6. Models, Migrations & Admin
7. View Methods, Display & Search
8. Accounts & Authentication
9. Contact Inquiries
10. Django Deployment