Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Build A Dental Website With Python and Django
Rating: 4.7 out of 5(201 ratings)
6,121 students

Build A Dental Website With Python and Django

Learn Template Driven Web Development With Django and Python!
Created byJohn Elder
Last updated 11/2023
English
English [Auto],

What you'll learn

  • Introductory Django
  • How to Build Template Driven Websites With Django
  • Download and Install Python
  • Install Django
  • How To Manage URL's
  • How to Create Views/Pages
  • How to Use Templates
  • How To Build Any Basic Business Website

Course content

4 sections37 lectures3h 14m total length
  • Introduction3:02

    Learn to build a professional dental website using Python and Django, starting from tools setup and template integration, and applying the same skills to any industry template.

  • First Things First: How To Get Support Fast!0:09

    Check out my student Facebook Group...

    It's a great place to get fast support for this course from me, to interact with other students, to post your projects and code, and to access course announcements and extras...

    Join Now!

    https://www.facebook.com/groups/codemycom/

  • Install Python3:36
  • Install The Sublime Text Editor and Git Bash Terminal5:19
  • Set Up A Virtual Environment4:40

    Set up a virtual environment to isolate Python dependencies and Django versions for the dental website project. Activate the environment to install Django and manage project files.

  • Install Django and Start Our Project5:00

    Install Django in a new virtual environment, verify via pip freeze, then create a dental Django project with django-admin startproject dental and locate manage.py.

  • Run the Django Server5:14

    Run the Django development server with python manage.py runserver to view your project at localhost:8000 on your local computer, and migrate the database to clear initial errors.

  • Start a New Django App3:21

    Create a new Django app named web site, add it to installed apps in settings.py, and begin building a basic dental website project using manage.py.

  • Urls.py Files4:26

    Create and wire up the urls.py file for the Django project, include the site's new urls module, and route the home page.

Requirements

  • No programming skills or special tools are necessary to take this course
  • You just need a computer with Internet access and a Web Browser

Description

In this course you'll learn to build websites with Python and Django by building out a cool and professional Dentist website! Why a Dental website?  Many coders want to become freelance web developers, and what better way to get gigs than by building websites for all the Dentists in your area! 


In this course you'll learn to build websites fast using free HTML templates.  We'll download a dental template for free and then customize it to suit our needs. 

You'll learn to...

  • Install Python

  • Install The Sublime Text Editor and Git Bash Terminal

  • Set Up A Virtual Environment

  • Install Django and Start Our Project

  • Run the Django Server

  • Start a New Django App

  • Urls .py

  • Build our First Webpage

  • Download the Dental Template

  • Create Static DIRS

  • Install the Dental Template

  • Add Static Tags to The Template

  • Tweak Our Static Tags (part 1)

  • Tweak Our Static Tags (part 2)

  • Tweak Our Static Tags (part 3)

  • Building Django Links

  • Tweak The HTML Template

  • Add Custom Images

  • Add A Video

  • Contact Page

  • Change The Contact Page Map

  • Build The Contact Form

  • Build The Contact Form (part 2)

  • Send Email With Django

  • Send Email With Django (part 2)

  • Send Email With The Development Sendmail Server

  • Create an Email Response Page

  • Version Control With Git

  • Github . com

  • Intro To Heroku For Webhosting

  • Install The Heroku Toolbelt

  • Install Modules For Heroku

  • Settings .py Heroku Changes

  • Push Our Code To Heroku

  • Add A Domain Name

This is a really fun course with a cool project! When we're finished you'll have a nice website to add to your portfolio!


See you inside!

-John Elder


Who this course is for:

  • This course is aimed towards absolute beginners who want to learn the to build Websites with Django and Python
  • Anyone wanting to learn to build web apps