Archive for the ‘Django’ Category

Django: Apps vs Projects 2

After 6 months using Django, I’m still not entirely comfortable with it’s separation between applications and projects. Apart from how to name the first application (“main”? “web”? “site”?), I frequently find myself wondering whether a particular piece of functionality does not warrant it’s own application. So far, my rule of thumb has always been “only [...]