This list is somewhat dependent on the size and complexity of the project. For a small or simple project, many of these points might not matter.
For example, if Apache can handle your traffic just fine, why spend time replacing it with gunicorn? Or if you never really migrate your database ever, why waste time fiddling with South?
Just a gentle reminder to take into consideration the present and future needs of your project to avoid needlessly adding complexity to it.
For example, if Apache can handle your traffic just fine, why spend time replacing it with gunicorn? Or if you never really migrate your database ever, why waste time fiddling with South?
Just a gentle reminder to take into consideration the present and future needs of your project to avoid needlessly adding complexity to it.