Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS AWS Certified Developer - Associate CompTIA Security+
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Personal Transformation Meditation Life Purpose Coaching Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee

This course includes:

  • 11 hours on-demand video
  • 1 article
  • 5 downloadable resources
  • Full lifetime access
  • Access on mobile and TV
Development Web Development Django

Python Django Dev To Deployment

Learn Python and build & deploy a real estate application using the Django framework & PostgreSQL
Rating: 4.6 out of 54.6 (4,159 ratings)
17,656 students
Created by Brad Traversy
Last updated 10/2018
English
English [Auto], Italian [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • 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
Curated for the Udemy for Business collection

Course content

10 sections • 70 lectures • 11h 6m total length

  • Preview02:53
  • Preview07:31
  • What Is Django
    Preview06:04
  • Resource Links
    00:13

  • Python 3 Mac Install
    03:17
  • Python 3 Windows Install
    01:52
  • VSCode & Python Sandbox Setup
    06:01

  • Preview09:17
  • Strings & Formatting
    11:43
  • Lists
    07:01
  • Tuples & Sets
    08:13
  • Dictionaries
    09:30
  • Functions
    08:42
  • Conditionals
    09:39
  • Loops
    06:24
  • Modules
    09:18
  • Classes
    11:35
  • Files
    06:25
  • Working With JSON
    03:20

  • Preview08:26
  • A Look At The Bootstrap Theme
    06:55
  • Virtual Environment Setup
    07:41
  • Preview08:38
  • Exploring The Initial Files & Running The Server
    11:09

  • Creating The Pages App
    10:29
  • Pages Templates & Base Layout
    11:08
  • Static Files & Paths
    05:34
  • Bootstrap Layout Markup
    13:22
  • Index, About & Linking
    11:43
  • Listings URLs & Template
    15:05

  • Install Postgres & PgAdmin
    08:47
  • Django Postgres Setup & Migrate
    05:00
  • Planning Our Schemas
    10:21
  • Create Listing Model
    13:36
  • Realtor Model & Run MIgrations
    09:20
  • Create Superuser & Register Models With Admin
    08:25
  • Media Folder & Adding Data
    19:51
  • Admin Logo & CSS
    11:16
  • Customize Admin Display Data
    09:13

  • Pull Data From Listings Model
    09:50
  • Display Listings In Template
    09:57
  • Pagination, Order & Filter
    18:17
  • Home & About Page Dynamic Content
    19:28
  • Single Listing Page
    15:07
  • Search Form Choices
    12:51
  • Search Form Filtering
    17:38
  • Preserving Form Input
    06:07

  • Accounts App & URLs
    12:27
  • Register & Login Templates
    09:18
  • Message Alerts
    15:26
  • User Registration
    14:34
  • User Login
    04:46
  • Logout & Navbar Auth Links
    14:02
  • Dynamic Page Titles
    07:11

  • Contacts App & Model
    06:55
  • Contacts Admin Customization
    03:49
  • Contact Form Prep
    09:23
  • Contact Form Submission
    07:26
  • Inquiry Check & Send Email
    12:13
  • Dashboard Functionality
    09:00

  • Pushing To Github
    06:36
  • Droplet Setup & SSH Keys
    12:40
  • Server Security
    10:36
  • Software & Database Setup
    07:15
  • Virtual Env & File Pull
    10:08
  • Local Settings File
    08:28
  • Server Migrations & Data
    14:23
  • Gunicorn Setup & Config
    08:41
  • Nginx Setup
    08:36
  • Adding A Domain
    08:03

Requirements

  • Basic web development (HTML, Basic Programming fundamentals)

Description

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


Who this course is for:

  • Beginner Python developers that want to build a practical, real world project using the Django framework

Featured review

Leandro Iwai
Leandro Iwai
8 courses
1 review
Rating: 5.0 out of 5a year ago
This course is really easy to follow. Brad is very clear and concise, he goes into small details and I love how organised his file structure is. The final product is a real estate website that is pretty much ready to be deployed. The mistakes are not edited which is good, it allows us to learn from Brad's mistakes and exercise our troubleshooting skills. I would definitely recommend this course to other students.

Instructor

Brad Traversy
Full Stack Web Developer & Instructor at Traversy Media
Brad Traversy
  • 4.7 Instructor Rating
  • 97,607 Reviews
  • 251,646 Students
  • 14 Courses

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 like Angular as well as server side technologies like Node.js, PHP and Python. Brad has mastered explaining very complex topics in a simple manner that is very understandable. Invest in your knowledge by watching Brad's courses.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.