- Learning Website Development with Django
- Ayman Hourieh
- 167字
- 2021-07-02 11:41:16
Chapter 3. Building a Social Bookmarking Application
In the previous chapter we learned how to create an empty project, enter the database settings, and run the development server. Now we will start writing our bookmark-sharing application, and learn about views, models and templates in the process.
You can think of this chapter as a prolonged tour of the main Django components. You will learn how to create dynamic pages using views, how to store and manage data in the database using models, and how to simplify page generation using templates. While learning about these features, you will form a solid idea of how Django components work and interact with each other. Later chapters will explore these components deeper, as we develop more features and add them to our application.
The following topics are covered in this chapter:
- URLs and Views: Creating the main page.
- Models: Designing an initial database schema.
- Templates: Creating a template for the main page.
- Putting it all together: Generating user pages.
- Getting Started with Microsoft Application Virtualization 4.6
- IBM Lotus Notes 8.5 User Guide: LITE
- MLOps實戰:機器學習模型的開發、部署與應用
- Unity Game Development Essentials
- 3ds Max/MaxScript印象 腳本動畫制作基礎與應用
- Salesforce CRM: The Definitive Admin Handbook
- Photoshop CS6實戰從入門到精通(超值版)
- 老郵差·Photoshop數碼照片處理技法:人像篇(修訂版)
- 中文版Photoshop CS6全能修煉圣經(移動學習版)
- UG NX 9中文版從入門到精通
- 三維建模與3D打印從入門到精通
- Inkscape Starter (Microcontent)
- jQuery UI 1.6: The User Interface Library for jQuery
- Away3D 3.6 Cookbook
- Android APP開發實戰:從規劃到上線全程詳解