Django Essential Training

Categories: Programming
Wishlist Share
Share Course
Page Link
Share On Social Media

About Course

Django is a robust and powerful framework with a lot of moving parts. Although starting a new project can be quite easy, there is a lot to uncover. This course teaches fundamentals, such as what a framework is, what an HTTP request is, and how Django replies to HTTP requests. Software developer and podcaster Leticia Portella walks you through each step of building a working system that can create, edit, and list books per user with an authentication system. Topics include getting started, creating users and data, ORMs, creating a dynamic template, Django class-based files and static views, and so much more!

Show More

Course Content

Course Content

  • Exercise File
  • Starting Your Django Project
    15:05
  • Django Built-In User Management
    09:56
  • How Django Interacts with Databases
    12:20
  • Building Dynamic Webpages
    19:48
  • Building a Robust Front End in Django
    16:41
  • Django Forms: Validation Shouldn’t Be Hard
    14:47
  • Working with Existing Data
    08:00
  • Using Django to Store and Display User-Specific Data
    12:04
  • Login, Logout, and Signup Are Simple
    15:50