- Django Project Blueprints
- Asad Jibran Ahmed
- 110字
- 2021-07-16 10:37:45
Summary
In this chapter, we've seen how to start our application and set it up properly so that we can develop things rapidly. We've looked at using template inheritance to achieve code reuse and give our site common elements such as navigation bars. Here's a list of topics we have covered so far:
- Basic project layout and setup with sqlite3 database
- Simple Django form and model form usage
- Django contrib apps
- Using
django.contrib.auth
to add user registration and authentication to an application - Template inheritance
- Generic views for editing and displaying database objects
- Database migrations
We'll use the lessons we've learned here throughout the rest of the chapters in this book.
推薦閱讀
- PLC控制程序精編108例
- 移動應用UI設計模式(第2版)
- Mobile First Design with HTML5 and CSS3
- Android物聯網開發細致入門與最佳實踐
- 計算機系統:基于x86+Linux平臺
- Web Penetration Testing with Kali Linux(Third Edition)
- Raspberry Pi入門指南
- Java EE 7 Developer Handbook
- Linux操作系統案例教程(第2版)
- 操作系統之哲學原理第2版
- Linux系統管理初學者指南:基于CentOS 7.6
- 每天5分鐘玩轉Docker容器技術
- OpenSolaris紅寶書
- Mastering AWS CloudFormation
- Android Telephony原理解析與開發指南