logo
分类于: 设计 其它

简介

Django for beginners: Build websites with Python and Django

Django for beginners: Build websites with Python and Django 0.0分

资源最后更新于 2020-11-15 04:29:44

作者:William S. Vincent

出版社:

出版日期:2018-01

ISBN:9781983172663

文件格式: pdf

标签: WebDevelopment Python Django SurfacePro 2019

简介· · · · · ·

A step-by-step guide to building web applications with Python and Django 2.1.

Create, test, and deploy 5 progressively more complex websites including a Message Board app, a Blog app with user accounts, and a robust Newspaper app with reader comments and a complete user registration flow.

Along the way you'll learn core Django features and best practices around models, views, t...

想要: 点击会收藏到你的 我的收藏,可以在这里查看

已收: 表示已经收藏

Tips: 注册一个用户 可以通过用户中心得到电子书更新的通知哦

目录

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