How I Structure My Django Projects: Folders & Files 2022

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ธ.ค. 2024

ความคิดเห็น • 2

  • @samucancld
    @samucancld ปีที่แล้ว

    great content 👍 don't you have an example project?

  • @zakchips
    @zakchips 2 ปีที่แล้ว

    Thx. Interesting approach. I see often how people create a separate folder like apps. All newly created apps like accounts, posts,ect get removed to the apps directory.
    After that some people make adjustments in apps.py configurations replacing name = 'accounts' to name = 'apps.accounts'. Others add path in their settings config in order to make these apps recognizable.