Django for beginners: build websites with Python & Django

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

A step-by-step guide to building web applications with Python and Django 3.0. Create, test, and deploy 5 progressively more complex websites including a Message Board app, a Blog app with user accounts, and a robust Newspaper app with reader comments and a complete user registration flow. Along the way you'll learn core Django features and best practices around models, views, templates, urls, custom user models, permissions, authorizations, user registration, testing, and deployment.

Author(s): William S. Vincent
Edition: 4.0
Year: 2022

Language: english
Pages: 294
Tags: python, django, websites

Introduction
Chapter 1: Initial Setup
Chapter 2: Hello World app
Chapter 3: Pages app
Chapter 4: Message Board app
Chapter 5: Blog app
Chapter 6: Forms
Chapter 7: User Accounts
Chapter 8: Custom User Model
Chapter 9: User Authentication
Chapter 10: Bootstrap
Chapter 11: Password Change and Reset
Chapter 12: Email
Chapter 13: Newspaper app
Chapter 14: Permissions and Authorizations
Chapter 15: Comments
Conclusion