Understanding Django
Everything you need to know to build Django apps.
"5 Stars!!!!!! To anyone considering buying this course I cannot recommend it enough! The lessons are clear and concise, demonstrated with real world applications ranging from simple to complex. Anthony breaks down all the major concepts in an easy to follow format and after going through this course I feel like it was worth every penny!"
- Fayomi Fashanu
This course is an introduction to using Django. By taking this course, you will know enough to get started building your own apps, so you can create the projects you've always wanted to create.
Why Django? Django is an easy to learn framework that is fully featured. If you are familiar with Python, picking up Django will be a very straightforward process, and you'll find that you'll be able to create your own apps quickly after starting the course. Django doesn't require any crazy setup or requirements, so if you can run Python on your computer, you'll be able to run Django with no problems.
Also Django includes nearly everything you need to build a web app, so you don't how to worry about installing anything else.
Once you enroll, you'll get access to several hours of content that you can work through at your own pace. Each video includes the code from the video, which makes it much easier for you to follow along. You can protect your investment by downloading the course videos and code. Once you purchase the course, feel free to download all the videos and code in the course to add to your personal library.
You'll start by building a simple diary app that gets you familiar with how Django works. Then I'll cover various parts of Django like models, forms, and authentication so you can add them into your projects if you need them.
What you'll build. In addition to the diary app I mentioned, I also cover building a video site and a forum app.
I'm always available to answer questions. Each video has its own comment section that I monitor. If you want proof of my willingness to respond, check any of my YouTube videos. I respond to every comment!
Join the course today by clicking the "Enroll in Course" button. I'll see you inside.
Your Instructor
Anthony is the founder of Pretty Printed. He has been programming since 2004, but many of those years were spent with a lack of understanding. To help others avoid the issues he had while learning to program, he created Pretty Printed so programmers of all skill levels can understand programming concepts easier and faster.
Course Curriculum
-
PreviewCreate Project And App (7:17)
-
PreviewApp Files (1:48)
-
PreviewAdmin Dashboard (4:46)
-
PreviewDisplay Templates (9:02)
-
PreviewAdd Page Link (2:52)
-
PreviewCreate Entry Model (9:16)
-
PreviewDisplay Entries From Database (6:31)
-
PreviewCreating A Form (9:32)
-
PreviewProcessing The Form (6:52)
-
PreviewSQLite Browser and Migrate (3:52)
-
PreviewCreate Simple Model (6:59)
-
PreviewAdding More Fields To The Model (6:41)
-
PreviewFields Arguments (7:19)
-
PreviewAvailable Fields (9:49)
-
PreviewAdmin Dashboard (9:25)
-
PreviewCreate, Update, Delete (5:53)
-
PreviewGet a Single Row (4:41)
-
PreviewGet All Rows (3:33)
-
PreviewFilter (2:50)
-
PreviewExclude (1:50)
-
PreviewChaining FIlters (4:35)
-
PreviewField Lookups For Filters (10:16)
-
PreviewLimit And Offset (3:12)
-
PreviewOrder By (4:18)
-
PreviewCount (1:09)
-
PreviewUsing Dates (5:48)
-
PreviewIs Null (2:55)
-
PreviewOne To Many Relationships (7:56)
-
PreviewQuery One To Many Relationships (4:43)
-
PreviewMany To Many Relationships (9:20)
-
PreviewQuery Many To Many Relationships (3:22)
-
PreviewDatabase Settings (3:07)