Use Case: To create Multi-reddits in such a way that if you sort by Top, You won't see posts from just high subsribers subreddit.
Running / Deploying:
conda create --name myDangoEnv django
source activate myDangoEnv
pip install -r "requirements.txt"