python - Django correct applications distribution -


after reading through how divide project applications in django? , django documentation applications still not sure whether should make or not new application stuff.

let's imagine have website following sections: <home> <login> <register> <my account>.
should them different applications? or should one?

also, imagine include section <wiki> not linked page (i mean, not design content makes relation it).
new project or application?

the individual sets of functionality (such ones listed) should applications.

when group several applications together, form project.

however, individual applications self-contained enough picked , dropped application. in manner, can re-use 'login' application in several projects.


Comments