Python Django App and Templates Tutorial
Offered By: Dave Gray via YouTube
Course Description
Overview
Learn how to create modular apps within a Django project and work with Django templates in this 23-minute tutorial. Discover the concept of Django apps, create a new app, set up views and templates, and link app URLs to the main project. Explore useful VS Code extensions, implement CSS styling, and create a base layout template that can be extended for other web pages. Follow along to set up a virtual environment, run the server, and view your newly created pages in this comprehensive guide to building Python Django applications.
Syllabus
Intro
Welcome
Starter Code
Start Your Virtual Environment
Useful VS Code Extensions
What are Django Apps?
Create a Django App
App views Pt. 1
Add Your App to the Project
App Template Pt. 1
Emmet File Associations
App Template Pt. 2
App urls
App views Pt. 2
Linking App urls to the Project
Running the server
Adding CSS
Creating a Base Layout Template
Extending the Layout Template
Viewing the Pages
Taught by
Dave Gray
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