Static Settings

Settings configured statically in settings.py (via django.conf.settings). Unlike dynamic settings, these values require a server restart to take effect and cannot be changed at runtime through the admin interface.

Last updated

Was this helpful?