Use from django.conf import settings but mind that settings is not a module. The documentation clearly explains that and your use case.
Use from django.conf import settings but mind that settings is not a module. The documentation clearly explains that and your use case.