Book Image

Django 3 - Full Stack Websites with Python Web Development [Video]

By : Nick Walter
4.8 (6)
Book Image

Django 3 - Full Stack Websites with Python Web Development [Video]

4.8 (6)
By: Nick Walter

Overview of this book

Django is an amazing framework for web developers because it provides the infrastructure required for database-driven websites that have user authentication, content administration, contact forms, file uploads, and more. In this course, we will be using Django 3 to build 3 stunning websites. This will help you learn Django and implement it in your projects. We will also use Python, so if you have never used it before, we will start with a Python refresher to get you up to speed. We will then dive into making three complete websites: 1) Password Generator: A simple website to create a random password with several options 2) Personal Portfolio: Create your own portfolio to show to potential employers showing off your resume, previous projects, and a fully functional blog 3) Todo Woo: A website where a user can sign up for an account, and fully manage a Todo list with the ability to create, edit, and delete We will also walk through Git, which is an awesome tool for developers that allows creating multiple versions of the code. Additionally, we will learn how to publish our projects live. By the end of this course, you’ll be able to use Django to create your own websites and deploy them on a server. The code bundle for this course is available at https://github.com/PacktPublishing/Django-3-Full-Stack-Websites-with-Python-Web-Development
Table of Contents (9 chapters)
Chapter 6
Deployment - Pushing Your Site Live for the World to Enjoy
Content Locked
Section 2
Virtual Environments
In this video, we will look at virtual environments.