A Beginner's Guide To Django (Book)

Learn how to build web applications with Python.

A Beginner's Guide To Django
Buy Now $39.99
Updated 2022.11.06

Table of contents

  • New Project
  • Homepage
  • Todo App
  • Templates
  • Base Template
  • Models
  • Detail Page
  • Add Form
  • Edit Form
  • Delete Form
  • Permissions
  • Requirements
  • Git Repository
  • Amazon Lightsail Instance
  • Production App
  • Gunicorn
  • Systemd Service
  • Nginx
  • Local & Production Settings
  • Static Files
  • Environment Variables
  • PostgreSQL
  • Images & Class Based Views new