Python Django Tutorial - Build a Todo App
Offered By: Traversy Media via YouTube
Course Description
Overview
Learn to build a Todo application using Python Django in this 51-minute tutorial. Install Django, create an app, set up a MySQL database, and develop essential features like user authentication, CRUD operations, and custom admin panels. Follow along to create models, render templates, handle routing, and implement form submissions. Perfect for beginners looking to grasp Django fundamentals and Python programming basics while building a practical project.
Syllabus
Intro
Installing Python
Creating an App
Running the Server
Installing MySQL
Setting up the database
Creating the model
Adding Todo to installed apps
Creating a superuser
Rendering a template
Importing the model
Adding the Header
Adding Details
Creating Details Route
Creating Partials
Creating Resources
Add Todo Link
Add Todo URL
Test Post Request
Submit Post Request
Customize Admin Panel
Taught by
Traversy Media
Related Courses
Artificial Intelligence for RoboticsStanford University via Udacity Intro to Computer Science
University of Virginia via Udacity Design of Computer Programs
Stanford University via Udacity Web Development
Udacity Programming Languages
University of Virginia via Udacity