DEV Community

Cover image for Django Takeoff!! Book 2021
balt1794
balt1794

Posted on • Updated on

Django Takeoff!! Book 2021

I just updated and re-published my Django Takeoff! book on Amazon.

Get it for free tomorrow and $9.99 afterwards. Enjoy 🥳

Twitter

Django Takeoff!! Course

Django Takeoff!! Book

Django Takeoff!! Course (2021)

Table of Contents

Chapter 1 : Django Web App Setup

  • Visual Studio and Packages Installation
  • Listings App
  • Database Setup
  • Static and Media Files Setup
  • Linter Setup (Optional)
  • Django Simple Web App

Chapter 2: Django Basics

  • Django MVC Pattern
  • Django Admin Site
  • Listings Model

Chapter 3: Homepage

  • Homepage URL
  • Homepage View
  • Homepage Template

Chapter 4: Listings Page

  • Listings URL
  • Listings View
  • Database Queries
  • Listings Template

Chapter 5: New Listing Page

  • New Listing URL
  • New Listing Form
  • New Listing View
  • New Listing Template

Chapter 6: Navbar

  • Homepage & Navbar
  • Listings Page & Navbar
  • New Listing Page & Navbar

Chapter 7: Detail Listing Page

  • Detail Listing URL
  • Detail Listing View
  • Detail Listing Template
  • Listings Template – View Listing

Chapter 8: My Listings Page

  • My Listings URL
  • My Listings View
  • My Listings Template
  • My Listings – Navbar

Chapter 9: Edit Listing Page

  • Edit Listing URL
  • Edit Listing View
  • Edit Listing Template
  • My Listings – Edit

Chapter 10: Delete Listing Page

  • Delete Listing URL
  • Delete Listing View
  • Delete Listing Template
  • My Listings – Delete

Chapter 11: Users App

  • Login URL
  • Login View
  • Login Template
  • Login – Navbar
  • Logout URL
  • Logout View
  • Logout – Navbar

Chapter 12: Register Page

  • Register URL
  • Register Form
  • Register View
  • Register Template
  • Register – Navbar

Chapter 13: Foreign Key

  • Listings Model – Foreign Key
  • Listings View – Foreign Key
  • Testing – Foreign Key
  • My Listings View – Foreign Key
  • Navbar – Foreign Key

Chapter 14: Images

  • Listings Template – Images
  • Detail Listing Template – Images

Chapter 15: Django Filters

  • Listings View – Filter
  • Listings Template – Filter

Chapter 16: Styling with Bootstrap (Part I)

  • Navbar – Bootstrap
  • Homepage – Bootstrap

Chapter 17: Styling with Bootstrap (Part II)

  • Listings Page – Bootstrap
  • Detail Listing Page – Bootstrap
  • My Listings Page- Bootstrap

Chapter 18: Styling with Bootstrap (Part III)

  • Django Crispy Forms
  • New Listing Page – Bootstrap/Django Crispy Form
  • Edit Listing Page – Bootstrap/Django Crispy Form
  • Delete Listing Page – Bootstrap

Chapter 19: Styling with Bootstrap (Part IIII)

  • Login Page – Bootstrap/Django Crispy Form
  • Register Page – Bootstrap/Django Crispy Form
  • Search Filter – Bootstrap/Django Crispy Form

Chapter 20: AWS – Amazon Relational Database Service (RDS)

  • Amazon RDS Setup
  • Connecting to Amazon RDS

Chapter 21: Amazon S3 Buckets

  • Amazon S3 Buckets Setup
  • Amazon IAM (Identity and Access Management)
  • Connecting to Amazon S3 Buckets

Chapter 22: Heroku Deployment

  • Heroku
  • Heroku – Custom Domain

Top comments (4)

Collapse
 
rangercoder99 profile image
RangerCoder99

They need add one tag for self promotion and ads so we can filter those posts out! Good luck with your book, hope it sells well!

Collapse
 
tobisgd profile image
TobiSGD

Why would they need to add a tag for content that violates the Terms of Use?
"Users must make a good-faith effort to share content that is on-topic, of high-quality, and is not designed primarily for the purposes of promotion or creating backli"

Collapse
 
balt1794 profile image
balt1794

It think a tag like that would help others as well. What's the point of working on something if you can't show it and share it with people? Some people might want to support if it's good content. Besides, 75% of the content in the book is free already, so people can decide based on that if they want to support or not. Not trying to start a fight or anything but most people don't read the Terms of Use, but I see your point and understand what you're saying.

Collapse
 
balt1794 profile image
balt1794

Agreed. Thanks for the support