Book Image

Mastering Django Part 1 - AJAX, Class Based Views, Forms [Video]

By : Nick Walter
Book Image

Mastering Django Part 1 - AJAX, Class Based Views, Forms [Video]

By: Nick Walter

Overview of this book

Welcome to the Mastering Django Series! Learn time saving and advanced techniques to come to a better developer. To get a better idea of what we'll be creating, go watch the promo video for the course. While creating this site, you will learn the following 8 skills: Pipenv - Learn why this tool is so much better than pip and virtualenv separately Pre-made Authentication Views - Get your site up and running quickly with these awesome built-in views Class-Based Views - When working with models, these views can't be beaten. HUGE time savers Django Forms - Rather than creating painstaking HTML forms, let Django handle the heavy work Using other site’s APIs - Learn to connect with the YouTube API for data AJAX - I've had so many requests to cover this. Learn how to fetch data without reloading the page Seed Data - Learn how to create a starting point for any database Heroku Deployment - Heroku makes deploying your project simple and fast. I'll show you how It's time to up your Django skills. See you inside! All the code and supporting files for this course are available at - https://github.com/PacktPublishing/Mastering-Django-Part-1---AJAX-Class-Based-Views-Forms
Table of Contents (10 chapters)
Free Chapter
1
Introduction
2
Combine the best of Pip and Virtualenv with Pipenv
3
Saving Time with Auth Premade Views
6
Using Other Sites' APIs
8
Seed Data - Loading and Dumping the Database
9
Heroku Deployment
10
Outro
Chapter 7
AJAX -A Smooth User Experience
Content Locked
Section 3
Showing YouTube Results
AJAX -A Smooth User Experience: Showing YouTube Results