- Django Design Patterns and Best Practices
- Arun Ravindran
- 153字
- 2021-06-25 21:32:03
My app sandbox
From time to time, you will come across several blog posts listing the must-have Django packages. However, the best way to decide whether a package is appropriate for your project is prototyping.
Even if you have created a Python virtual environment for development, trying all these packages and later discarding them can litter your environment. So, I usually end up creating a separate virtual environment named sandbox purely for trying such apps. Then, I build a small project to understand how easy it is to use.
Later, if I am happy with my test drive of the app, I create a branch in my project using a version control tool such as Git to integrate the app. Then, I continue with coding and running tests in the branch until the necessary features are added. Finally, this branch will be reviewed and merged back to the mainline (sometimes called master) branch.
- UI設(shè)計基礎(chǔ)培訓(xùn)教程
- Vue 3移動Web開發(fā)與性能調(diào)優(yōu)實戰(zhàn)
- Extending Jenkins
- 軟件項目估算
- Android應(yīng)用程序開發(fā)與典型案例
- Java EE框架整合開發(fā)入門到實戰(zhàn):Spring+Spring MVC+MyBatis(微課版)
- SQL Server 2012數(shù)據(jù)庫管理與開發(fā)項目教程
- VMware虛擬化技術(shù)
- Python忍者秘籍
- Windows Phone 7.5:Building Location-aware Applications
- Python算法指南:程序員經(jīng)典算法分析與實現(xiàn)
- C#實踐教程(第2版)
- OpenCV 4計算機(jī)視覺項目實戰(zhàn)(原書第2版)
- Swift 4從零到精通iOS開發(fā)
- Spring 5 Design Patterns