It contains source code for tutorial published at https://medium.com/@mansha99/drf-virtual-environment-and-application-configuration-3c0cd3819e16
t is a good practice to execute Apps in isloation each using its own explicit dependencies. It is also recommended to keep App secrets and config data outside the App so as to allow easy switch from dev server to production.This repo demonstrates both.