What you'll learn:
- AJAX
- Django Forms
- Class Based Views
- Heroku Deployment
- Pipenv
- Seed Data
- Working With Other Sites' APIs
- Pre-made Authentication Views
Welcome to the Mastering Django Series! Learn time saving and advanced techniques to be come a better developer.
In this course, we'll be learning 8 new skills while creating "Hall of Fame Vidz". A website where users can create their own personal hall of fame videos and share them with family and friends. 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 AuthenticationViews - 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 beat. HUGE time savers
Django Forms - Rather then 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!