Django. One app with many models vs. many apps with single model

后端 未结 5 1805
眼角桃花
眼角桃花 2020-12-08 00:42

I\'m currently developing my own weblog in Django. But I\'ve already stucked right in the beginning. So, here is my tree hierarchy:

/pyroot/nemo         


        
5条回答
  •  既然无缘
    2020-12-08 01:06

    Nemoden, your approach to change project tree is correct. You should divide your app into smaller functionalities as this will enable you to make your application more modular and code will be more reusable in the future.

提交回复
热议问题