django import settings

# Import the settings module from the Django package
from django.conf import settings

# Access a specific setting from the Django settings module
value = settings.SOME_SETTING_NAME