Tango With Django 4
A beginner's guide to web development with Django 4
If you want to learn how to use Django to build web applications, then Tango with Django provides an all round end-to-end guide for beginners. Eleven chapters are now available at a lower introductory price to get you started on creating apps in Django!
About
About the Book
In this book, you will learn how to build web applications using Django 4 by building a simple web app called Rango, a directory of categories and links. Through the process, you will learn how to set up your Python environment and Django projects, before learning the key design pattern behind Django: Model-View-Template.
Throughout the book, we provide workflows to get you into the Django mindset, reducing the learning curve, explaining the hows and whys of software development, and advocating best practices when developing your web apps. Through the book, you will learn how to integrate user authentication, build and customize forms and templates, along with advanced features like class-based views and testing.
In addition, we've included chapters that range from design to deployment -- covering the full stack of web development. So you will also learn about how to incorporate CSS and Twitter's Bootstrap, Javascript, and JQuery, along with external APIs, like Microsoft Azure's Bing Search API. We also cover how to deploy your Django application to PythonAnywhere.com.
This is the fifth edition of Tango with Django which has now been heavily revised and upgraded to make use of Django 4+ using Python 3.8+. The book was first launched in October 2013 by Dr. Leif Azzopardi and Dr. David Maxwell which we developed to teach web development at the University of Glasgow. The book has been used as the course text ever since, with thousands of undergraduate and postgraduate students using it over the years. Previous editions of the book are available at: www.tangowithdjango.com -- and previous versions of the book has been downloaded over 2 million times.
So, if you want to learn Django and build web applications, then Tango with Django provides an all-round end-to-end guide for beginners.
Feedback
Installments completed
22 / 23
Packages
Pick Your Package
All packages include the ebook in the following formats: PDF, EPUB, and Web
The Book - Black Friday to Cyber Monday 50% off Deal
Minimum price
Suggested price$19.99Get 50% off from Black Friday to Cyber Monday!!
$14.99
The Book
Minimum price
Suggested price$29.99$12.99
Author
About the Authors
Leif Azzopardi
Leif Azzopardi is passionate about Web Development, Web Design, Information Architecture and Software Engineering. His research interests are focused on Information Retrieval and Search Engine Technologies.
David Maxwell
David Maxwell has a PhD in Computing Science from the University of Glasgow. During his time as a student, he taught Java, Python and Web Development. His research focused on Information Retrieval.
Contents
Table of Contents
1Overview
- 1.1Why Work with this Book?
- 1.2What you will Learn
- 1.3Technologies and Services
- 1.4Rango: Initial Design and Specification
- 1.5Summary
2Getting Ready to Tango
- 2.1Python 3
- Which version of Django?
- Are your Python skills sharp?
- 2.2Virtual Environments
- 2.3The Python Package Manager
- 2.4Integrated Development Environment
- 2.5Version Control
3Django Basics
- 3.1Creating Your Django Project
- 3.2Creating a Django App
- 3.3Creating a View
- 3.4Mapping URLs
- 3.5Basic Workflows
4Templates and Media Files
- 4.1Using Templates
- 4.2Serving Static Media Files
- 4.3Serving Media
- 4.4Basic Workflow
5Models and Databases
- 5.1Rango’s Requirements
- 5.2Telling Django about Your Database
- 5.3Creating Models
- 5.4Creating and Migrating the Database
- 5.5Django Models and the Shell
- 5.6Configuring the Admin Interface
- 5.7Creating a Population Script
- 5.8Workflow: Model Setup
6Models, Templates and Views
- 6.1Workflow: A Data-Driven Page
- 6.2Showing Categories on Rango’s Homepage
- 6.3Creating a Details Page
- Exercises
7Forms
- 7.1Workflow: Capturing User Data via Forms
- 7.2Page and Category Forms
8Working with Templates
- 8.1Using Relative URLs in Templates
- 8.2Dealing with Repetition
- 8.3Template Inheritance
- 8.4The
render()Method and therequestContext - 8.5Custom Template Tags
- 8.6Summary
9User Authentication
- 9.1Setting up Authentication
- 9.2Password Hashing
- 9.3Password Validators
- 9.4The
UserModel - 9.5Implementing Login Functionality
- 9.6Restricting Access
- 9.7Logging Out
- 9.8Tidying up the
base.htmlHyperlinks - 9.9Taking it Further
10Cookies and Sessions
- 10.1Cookies, Cookies Everywhere!
- 10.2Sessions and the Stateless Protocol
- 10.3Setting up Sessions in Django
- 10.4A Cookie Tasting Session
- 10.5Client-Side Cookies: A Site Counter Example
- 10.6Session Data
- 10.7Browser-Length and Persistent Sessions
- 10.8Clearing the Sessions Database
- 10.9Basic Considerations and Workflow
11User Authentication with Django-Registration-Redux
- 11.1Setting up Django Registration Redux
- 11.2Functionality and URL mapping
- 11.3Setting up the Templates
12Bootstrapping Rango
- 12.1The Template
- 12.2Quick Style Change
13Adding Search to Rango
- 13.1The Serp API
- 13.2Adding Search Functionality
- 13.3Putting Search into Rango
14Making Rango Tango Exercises
- 14.1Tracking Page Clickthroughs
- 14.2Searching Within a Category Page
- 14.3Create and View User Profiles
15Making Rango Tango Hints
- 15.1Track Page Clickthroughs
- 15.2Searching Within a Category Page
- 15.3Creating a
UserProfileInstance
16Class-Based Views
- 16.1Viewing your Profile
- 16.2Listing all Users
17JQuery Crash Course
- 17.1Including JQuery
- 17.2Testing your Setup
- 17.3Further DOM Manipulation Examples
- 17.4Debugging Hints
18AJAX in Django with JQuery
- 18.1AJAX and Rango
- 18.2Adding a “Like” Button
- 18.3Further AJAX-ing
- 18.4Setting up your Web Application
- 18.5Log Files
19Final Thoughts
- 19.1Acknowledgements
20Setting up your System
- 20.1Installing Python 3 and
pip
21A Crash Course on Git
- 21.1Why Use Version Control?
- 21.2How Git Works
- 21.3Setting up Git
- 21.4Basic Commands and Workflow
- 21.5Recovering from Mistakes
22A Crash Course in UNIX-based Commands
- 22.1Using the Terminal
- 22.2Core Commands
23A Crash Course in CSS
- 23.1Including Stylesheets
- 23.2Basic CSS Selectors
- 23.3Element Selectors
- 23.4Fonts
- 23.5Colours and Backgrounds
- 23.6Containers, Block-Level and Inline Elements
- 23.7Basic Positioning
- 23.8The Box Model
- 23.9Styling Lists
- 23.10Styling Links
- 23.11The Cascade
- 23.12Additional Reading
The Leanpub 60 Day 100% Happiness Guarantee
Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.
Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.
You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!
So, there's no reason not to click the Add to Cart button, is there?
See full terms...
Earn $8 on a $10 Purchase, and $16 on a $20 Purchase
We pay 80% royalties on purchases of $7.99 or more, and 80% royalties minus a 50 cent flat fee on purchases between $0.99 and $7.98. You earn $8 on a $10 sale, and $16 on a $20 sale. So, if we sell 5000 non-refunded copies of your book for $20, you'll earn $80,000.
(Yes, some authors have already earned much more than that on Leanpub.)
In fact, authors have earned over $14 million writing, publishing and selling on Leanpub.
Learn more about writing on Leanpub
Free Updates. DRM Free.
If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).
Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.
Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.
Learn more about Leanpub's ebook formats and where to read them
Write and Publish on Leanpub
You can use Leanpub to easily write, publish and sell in-progress and completed ebooks and online courses!
Leanpub is a powerful platform for serious authors, combining a simple, elegant writing and publishing workflow with a store focused on selling in-progress ebooks.
Leanpub is a magical typewriter for authors: just write in plain text, and to publish your ebook, just click a button. (Or, if you are producing your ebook your own way, you can even upload your own PDF and/or EPUB files and then publish with one click!) It really is that easy.