0👍
At the top of your Django settings
module, you could include:
import sys
sys.path.append('/your/dependency/path')
Source:stackexchange.com
0👍
At the top of your Django settings
module, you could include:
import sys
sys.path.append('/your/dependency/path')