Skip to Content
Lightweight Django
book

Lightweight Django

by Julia Solórzano, Mark Lavin
November 2014
Intermediate to advanced
243 pages
5h 38m
English
O'Reilly Media, Inc.
Content preview from Lightweight Django

Chapter 2. Stateless Web Application

Most Django applications and tutorials center on some variety of user-generated content, such as to-do lists, blogs, and content management systems. This isn’t surprising given Django’s original roots in journalism.

In 2005, Django was originally developed at World Online in Lawrence, Kansas, as a way for reporters to quickly create content for the Web. Since then, it has been used by publishing organizations such as the Washington Post, the Guardian, PolitiFact, and the Onion. This aspect of Django may give the impression that its main purpose is content publishing, or that Django itself is a content management system. With large organizations such as NASA adopting Django as their framework of choice, however, Django has obviously outgrown its original purpose.

In the previous chapter we created a minimal project that made use only of Django’s core HTTP handling and URL routing. In this chapter we will expand upon that example to create a stateless web application that uses more of Django’s utilities, such as input validation, caching, and templates.

Why Stateless?

HTTP itself is a stateless protocol, meaning each request that comes to the server is independent of the previous request. If a particular state is needed, it has to be added at the application layer. Frameworks like Django use cookies and other mechanisms to tie together requests made by the same client.

Along with a persistent session store on the server, the application can then handle ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Django Unleashed

Django Unleashed

Andrew Pinkham
Django 2 by Example

Django 2 by Example

Antonio Melé

Publisher Resources

ISBN: 9781491946275Errata Page