in blog | Carlton's latest posts |
---|---|
original entry | The Single Folder Django Project Layout |
I added a quick note on how I start a Django project, a Single Folder layout.
This makes the startproject
folder an installed app, and skips the separate (often idle) startapp
folder.
I've been using this pattern for a couple of years and really like it.
Give it a read: The Single Folder layout.