hhstore / blog

My Tech Blog: about Mojo / Rust / Golang / Python / Kotlin / Flutter / VueJS / Blockchain etc.
https://github.com/hhstore/blog/issues
292 stars 24 forks source link

django: clean django trash (清理django垃圾/错误/最糟实践) #24

Open hhstore opened 6 years ago

hhstore commented 6 years ago

个人生产环境的经验:

model 层设计:

services 层设计:

views 层 设计:

app folder 设计:

django_app/
    models/
    services/
    views/
        api/
    utils/
    tests/
hhstore commented 6 years ago

ref: