- Django Design Patterns and Best Practices
- Arun Ravindran
- 92字
- 2021-06-25 21:32:03
Which packages made it?
To illustrate the process, our SuperBook project can be roughly broken down into the following apps (not the complete list):
- Authentication (built-in django.auth): This app handles user signups, login, and logout
- Accounts (custom): This app provides additional user profile information
- Posts (custom): This app provides posts and comments functionality
Here, an app has been marked to be built from scratch (tagged custom) or the third-party Django app that we would be using. As the project progresses, these choices might change. However, this is good enough for a start.
推薦閱讀
- C++面向對象程序設計(第三版)
- Java范例大全
- 零基礎學C++程序設計
- Practical UX Design
- Vue.js 3.0源碼解析(微課視頻版)
- MariaDB High Performance
- Windows Presentation Foundation Development Cookbook
- Mastering LibGDX Game Development
- MySQL數據庫基礎實例教程(微課版)
- Building Minecraft Server Modifications
- EPLAN實戰設計
- SQL Server 2016數據庫應用與開發
- Nginx實戰:基于Lua語言的配置、開發與架構詳解
- QGIS 2 Cookbook
- 動手打造深度學習框架