1👍
✅
In your apps you should use settings like this:
from django.conf import settings
...
settings.SOME_VARIABLE
You should not worry where they come from.
Source:stackexchange.com