There are only 10 types of people in the world:
Unknown
Those who understand binary and those who don’t.
Setting up multiple Django apps with nginx and uWSGI
It is a waste of precious resources (and money) if you are running a single Django app in a server. You can actually configure the server to run multiple apps (read domains) and control each of the apps independently with these easy steps. These commands are for CentOS. Please modify if you are using Debian or Ubuntu.
Continue reading