- Django 1.0 Website Development
- Ayman Hourieh
- 423字
- 2021-05-21 20:19:55
What this book covers
Chapter 1 gives you an introduction to MVC web development frameworks, and explains why Python and Django are the best tools to achieve the aim of this book.
Chapter 2 provides a step-by-step guide to installing Python, Django, and an appropriate database system so that you can create an empty project and set up the development server.
Chapter 3 creates the main page so that we have an initial view and a URL. You will learn how to create templates for both the main page and the user page. You will also write a basic set of data models to store your application's data..
Chapter 4 is where the application really starts to take shape, as user management is implemented. Learn how to log users in and out, create a registration form, and allow users to manage their own accounts by changing email or password details.
Chapter 5 explores how to manage your growing bank of content. Create tags, tag clouds, and a bookmark submission form, all of which interact with your database. Security features also come into play as you learn how to restrict access to certain pages and protect them against malicious input.
Chapter 6 enables you to enhance your application with AJAX and jQuery, since users can now edit entries in place and do live searching. Data entry is also made easier with the introduction of auto-completion.
Chapter 7 shows you how to enable users to vote and comment on their bookmark entries. You will also build a popular bookmarks page.
Chapter 8 focuses on the administration interface. You will learn how to create and customize the interface, which allows you to manage content and set permissions for users and groups.
Chapter 9 will give your application a much more professional feel through the implementation of RSS feeds and pagination.
Chapter 10 tackles social networks providing the "social" element of your application. Users will be able to build a friend network, browse the bookmarks of their friends, and invite their friends to join the web site.
Chapter 11 covers extending and deploying your application. You will also learn about advanced features, including offering the site in multiple languages, managing the site during high traffic, and configuring the site for a production environment.
Chapter 12 takes a brief look at the additional Django features that have not been covered elsewhere in the book. You will gain the knowledge required to further develop your application and build on the basic skills that you have learned throughout the book.
- Dreamweaver基礎與實戰教程
- UI 設計入門一本就夠
- 數碼攝影后期處理秘笈:Photoshop CC專業調色(第2版)
- Vivado從此開始(進階篇)
- 零基礎學會聲會影2018(全視頻教學版)
- 中文版Photoshop CS6從新手到高手(超值版)
- Unity 2020游戲開發快速上手
- 神奇的中文版Photoshop CC 2017入門書
- Choosing an Open Source CMS: Beginner's Guide
- NX Open API編程技術
- 企業虛擬化實戰:VMware篇
- UG NX 12.0中文版自學視頻教程
- SolidWorks 2020中文版入門、精通與實戰
- Photoshop數字創意設計教程(案例微課版)
- MySQL for Python