This is the fourth edition of Tango with Django which has now been heavily revised and upgraded to make use of Django 2.x using Python 3.x. The book was first launched in October 2013 by Dr. Leif Azzopardi and Dr. David Maxwell while both were teaching web development at the University of Glasgow. T
Django for Beginners: Learn Web Development with Django 2.0
โ Scribed by William S. Vincent
- Year
- 2018
- Tongue
- English
- Leaves
- 308
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
Django for Beginners takes you from total beginner to confident Django developer. Proceed step-by-step through five progressively more complex web applications: from a "Hello World" app all the way to a robust Newspaper app with a custom user model, complete user authentication flow, foreign key relationships, and more. Learn current best practices around class-based views, templates, urls, user authentication, testing, and deployment.
The material is up-to-date with the latest versions of both Django (2.0) and Python (3.6).
TABLE OF CONTENTS:
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
โฆ Subjects
Programming;ActiveX;ASP.NET;Cold Fusion;CSS;DHTML;Java Server Pages;JavaScript;PHP;Python;Ruby;XSL;Web Development & Design;Computers & Technology;Python;Programming Languages;Computers & Technology;Python;Languages & Tools;Programming;Computers & Technology;Categories;Kindle Store;Web Programming;Tech Culture & Computer Literacy;Computers & Technology;Categories;Kindle Store
๐ SIMILAR VOLUMES
Using the simple, robust, Python-based Django framework, you can build powerful Web solutions with remarkably few lines of code. In Python Web Development with Djangoยฎ, three experienced Django and Python developers cover all the techniques, tools, and concepts you need to make the most of Django 1.
Using the simple, robust, Python-based Django framework, you can build powerful Web solutions with remarkably few lines of code. In Python Web Development with Djangoยฎ, three experienced Django and Python developers cover all the techniques, tools, and concepts you need to make the most of Django 1.
<p><b>From idea to prototype, a learner's guide for web development with the Django application framework</b></p> <h2>About This Book</h2><ul><li>Build two real-life based projects, one based on SQL and other based on NoSQL</li><li>Best practices to code, debug, and deploy the Django web application
<div> <p>Completely updated for Django 4.0.</p> <p>Django for Beginners is a project-based introduction to Django, the popular Python-based web framework. Suitable for total beginners who have never built a website before as well as professional programmers looking for a fast-paced guide to modern