1👍
✅
I think your DJANGODIR should just be ~/today_project/
. It’s the root of the tree, not the inner directory.
There are a few other things wrong, too: in particular, since you’re running in a virtualenv, you shouldn’t need to change the PYTHONPATH at all.
Source:stackexchange.com