
I have a django application which complete and ready to deploy. One of the requirement are :
It will run 24x7 with minimum interupption
Down Time will be only 3 hours every monday
User will access concurrently around 17 users
So with this requirement, i want to have my django app high performance without glitch and fast. What already implemented in code are using some method which are :
Using Postgresql Database in a separate machine.
Using...