Book Image

Django Project Blueprints

By : Asad Jibran Ahmed
Book Image

Django Project Blueprints

By: Asad Jibran Ahmed

Overview of this book

Django is a high-level web framework that eases the creation of complex, database-driven websites. It emphasizes on the reusability and pluggability of components, rapid development, and the principle of don't repeat yourself. It lets you build high-performing, elegant web applications quickly. There are several Django tutorials available online, which take as many shortcuts as possible, but leave you wondering how you can adapt them to your own needs. This guide takes the opposite approach by demonstrating how to work around common problems and client requests, without skipping the important details. If you have built a few Django projects and are on the lookout for a guide to get you past the basics and to solve modern development tasks, this is your book. Seven unique projects will take you through the development process from scratch, leaving no stone unturned. In the first two projects, you will learn everything from adding ranking and voting capabilities to your App to building a multiuser blog platform with a unique twist. The third project tackles APIs with Django and walks us through building a Nagios-inspired infrastructure monitoring system. And that is just the start! The other projects deal with customizing the Django admin to create a CMS for your clients, translating your web applications to multiple languages, and using the Elasticsearch search server with Django to create a high performing e-commerce web site. The seventh chapter includes a surprise usage of Django, and we dive deep into the internals of Django to create something exciting! When you're done, you'll have consistent patterns and techniques that you can build on for many projects to come.
Table of Contents (15 chapters)
Django Project Blueprints
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface
Index

Preface

Django is perhaps one of the most popular web development frameworks out there today. It is the framework that most Python developers reach for when they have any sizeable web application to develop.

With its proven track record of performance, scalability, and security, and its famous batteries-included approach, Django is used by some of the biggest names in the industry, including Instagram, Pinterest, and National Geographic.

This book is intended for people who have had a passing introduction to Django and a very basic idea of how to create a simple website with it. It will show you how to take your skills to the next level, developing applications as complex as e-commerce sites with lightning-fast search.

What this book covers

Chapter 1, Blueblog – A Blogging Platform, gets you started with Django and introduces the basic concepts of how to use the framework. It also introduces you to the development techniques used in the rest of the book.

Chapter 2, Discuss – A Hacker News Clone, walks you through creating a web application in the style of the popular Hacker News discussion forum. We look at advanced techniques to sort and rank the content of a web application based on user feedback, and then we look at spam prevention techniques.

Chapter 3, Djagios – a Nagios Clone in Django, covers the creation of a Nagios-like application using Django that can monitor and report on the status of remote server systems.

Chapter 4, A Car Rental App, shows you how to create a car rental application and customize the Django admin application to provide our users with a fully-featured Content Management System.

Chapter 5, Multilingual Movie DataBase, helps you create an IMDB-style web listing of movies, allowing user comments and reviews on the movies. The main focus of this chapter is allowing internationalized and localized versions of your web applications available in multiple languages.

Chapter 6, Daintree – An E-commerce site, shows you how to create an Amazon-like e-commerce website with lightning-fast search by utilizing the Elasticsearch search server software with Django.

Chapter 7, Form Mason – a Monkey of your own, helps you create a complicated and interesting web application that allows users to dynamically define web forms and then ask other people to respond to those forms, which is similar in nature to SurveyMonkey and other such sites.

Appendix, Development Environment Setup Details and Debugging Techniques, here we will look into the details of the setup, and I will explain each of the steps that we took. We will also see a technique for debugging Django applications.

What you need for this book

To create and run all the web applications that we will develop throughout the book, you will need working copies of the following software:

  • The Python programming language

  • pip: The package manager for installing Python packages

  • virtualenv: A tool for creating isolated environments for Python packages

You can download the Python programming language for your operating system from https://www.python.org/downloads/. You will need Python 3 to follow the examples in this book.

You can find the instructions to install the pip package management tool at https://pip.pypa.io/en/stable/installing/.

You can install virtualenv by following the instructions at https://virtualenv.pypa.io/en/latest/installation.html.

Who this book is for

If you are a Django web developer able to build basic web applications with the framework, then this book is for you. This book will help you gain a deeper understanding of the Django web framework by guiding you through the development of six amazing web applications.

Conventions

In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.

Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We can include other contexts through the use of the include directive."

A block of code is set as follows:

[default]
exten => s,1,Dial(Zap/1|30)
exten => s,2,Voicemail(u100)
exten => s,102,Voicemail(b100)
exten => i,1,Voicemail(s0)

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

[default]
exten => s,1,Dial(Zap/1|30)
exten => s,2,Voicemail(u100)
exten => s,102,Voicemail(b100)
exten => i,1,Voicemail(s0)

Any command-line input or output is written as follows:

# cp /usr/src/asterisk-addons/configs/cdr_mysql.conf.sample
     /etc/asterisk/cdr_mysql.conf

New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Clicking the Next button moves you to the next screen."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

Reader feedback

Feedback from our readers is always welcome. Let us know what you think about this book—what you liked or disliked. Reader feedback is important for us as it helps us develop titles that you will really get the most out of.

To send us general feedback, simply e-mail , and mention the book's title in the subject of your message.

If there is a topic that you have expertise in and you are interested in either writing or contributing to a book, see our author guide at www.packtpub.com/authors.

Customer support

Now that you are the proud owner of a Packt book, we have a number of things to help you to get the most from your purchase.

Downloading the example code

You can download the example code files for this book from your account at http://www.packtpub.com. If you purchased this book elsewhere, you can visit http://www.packtpub.com/support and register to have the files e-mailed directly to you.

You can download the code files by following these steps:

  1. Log in or register to our website using your e-mail address and password.

  2. Hover the mouse pointer on the SUPPORT tab at the top.

  3. Click on Code Downloads & Errata.

  4. Enter the name of the book in the Search box.

  5. Select the book for which you're looking to download the code files.

  6. Choose from the drop-down menu where you purchased this book from.

  7. Click on Code Download.

You can also download the code files by clicking on the Code Files button on the book's webpage at the Packt Publishing website. This page can be accessed by entering the book's name in the Search box. Please note that you need to be logged in to your Packt account.

Once the file is downloaded, please make sure that you unzip or extract the folder using the latest version of:

  • WinRAR / 7-Zip for Windows

  • Zipeg / iZip / UnRarX for Mac

  • 7-Zip / PeaZip for Linux

The code bundle for the book is also hosted on GitHub at https://github.com/PacktPublishing/Django-Project-Blueprints. We also have other code bundles from our rich catalog of books and videos available at https://github.com/PacktPublishing/. Check them out!

Errata

Although we have taken every care to ensure the accuracy of our content, mistakes do happen. If you find a mistake in one of our books—maybe a mistake in the text or the code—we would be grateful if you could report this to us. By doing so, you can save other readers from frustration and help us improve subsequent versions of this book. If you find any errata, please report them by visiting http://www.packtpub.com/submit-errata, selecting your book, clicking on the Errata Submission Form link, and entering the details of your errata. Once your errata are verified, your submission will be accepted and the errata will be uploaded to our website or added to any list of existing errata under the Errata section of that title.

To view the previously submitted errata, go to https://www.packtpub.com/books/content/support and enter the name of the book in the search field. The required information will appear under the Errata section.

Piracy

Piracy of copyrighted material on the Internet is an ongoing problem across all media. At Packt, we take the protection of our copyright and licenses very seriously. If you come across any illegal copies of our works in any form on the Internet, please provide us with the location address or website name immediately so that we can pursue a remedy.

Please contact us at with a link to the suspected pirated material.

We appreciate your help in protecting our authors and our ability to bring you valuable content.

Questions

If you have a problem with any aspect of this book, you can contact us at , and we will do our best to address the problem.