Intro to Django (real)
Part 1 - Static Websites and Front-end Tools
Introduction
How the Internet Works
What is Django
Setting up your Development Environment
Using the Command Line
Installing Python
Using Virtual Environments
Installing Django
Creating a Django Project
Start the Django Project
Launch Your Local Server
Create Your First Page
URL Patterns (urls.py)
Views (views.py)
HTML Templates in Django
Introduction to HTML
Storing Static Files in Django
Intro to CSS
CSS Basics
Intro to Bootstrap
Intro to Javascript
Javascript Basics
Advanced Javascript
Part 2 - Dynamic Websites with Databasing
Creating an App in Your Project
What is an "app"?
Creating and linking an app
Managing the Database
What is a Database?
Designing Your Database
Advanced Database Relationships
Implementing a Database (models.py)
Django Database Maintenance
Django Admin Portal
Dynamically Loading the Homepage
Querying the DB in views.py
Passing Data to the Front End
Dynamically Loading Templates with Context
Creating Specific Pages from URL Parameters
Retrieving URL Parameters in urls.py
Using URL Parameters in views.py
Creating Specific URLs in HTML templates
Using Forms & Post Requests
What is a POST Request?
Setting Up the Form in HTML
Setting Up the URL Pattern and View
Retrieving Post Data in the View
Creating Items in the Database
Powered by
GitBook
Managing the Database
Managing the Database
we want to make a website that supports posts made by people and also likes on the posts
results matching "
"
No results matching "
"