Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Django Cookbook: Web Development with Django - Step by Step Guide, Second Edition

Posted By: AlenMiler
Django Cookbook: Web Development with Django - Step by Step Guide, Second Edition

Django Cookbook: Web Development with Django by Beau Curtin
English | 13 Jun. 2016 | ISBN: 1534629408 | 182 Pages | AZW3/MOBI/EPUB/PDF (conv) | 1.1 MB

This book is an exploration of Django, which is a Python framework used for the development of web apps. This book provides you with an explanation of what the framework is and its relationship to Python.
The first chapter guides you on how to set up the environment ready for programming with Django.
The Admin Interface in Django will also be discussed.
After reading, you will learn how to set up, launch and use this interface.
This book also guides you as to how to create views in Django.
The process of URL mapping, models in Django, and how to perform page redirection will also be discussed in this book.
The various ways to send E-mails in Django will also be covered.
Generic views as well as form processing will also be discussed in detail, as well as the processes for handling both cookies and sessions.

Here is a preview of what you'll learn:

Setting up the Environment
The Admin Interface
Creating Views in Django
- URL Mapping
Template System
Models
Page Redirection
Sending E-mails
Generic Views
Form Processing in Django
Uploading Files
Handling Cookies
Sessions in Django
Memory Caching in Django