- Web Development with Django Cookbook(Second Edition)
- Aidas Bendoraitis
- 109字
- 2021-07-23 14:32:00
Introduction
When you start a new app, the first thing to do is create the models that represent your database structure. We are assuming that you have previously created Django apps or at least, you have read and understood the official Django tutorial. In this chapter, we will see a few interesting techniques that make your database structure consistent throughout different apps in your project. Then, we will see how to create custom model fields in order to handle internationalization of your data in the database. At the end of the chapter, we will see how to use migrations to change your database structure in the process of development.
推薦閱讀
- Python編程自學(xué)手冊
- Docker and Kubernetes for Java Developers
- Azure IoT Development Cookbook
- Microsoft Dynamics 365 Extensions Cookbook
- Windows系統(tǒng)管理與服務(wù)配置
- MySQL 8 DBA基礎(chǔ)教程
- Python爬蟲開發(fā)與項目實戰(zhàn)
- Oracle數(shù)據(jù)庫從入門到運維實戰(zhàn)
- Python高效開發(fā)實戰(zhàn):Django、Tornado、Flask、Twisted(第2版)
- Quarkus實踐指南:構(gòu)建新一代的Kubernetes原生Java微服務(wù)
- 單片機應(yīng)用與調(diào)試項目教程(C語言版)
- Learning DHTMLX Suite UI
- .NET 3.5編程
- Natural Language Processing with Java and LingPipe Cookbook
- 響應(yīng)式架構(gòu):消息模式Actor實現(xiàn)與Scala、Akka應(yīng)用集成