Jump to >

This documentation covers the in-development release of Djblets. You can see the stable Djblets documentation or all previous versions.

djblets.siteconfig.signals

siteconfig_reloaded = <django.dispatch.dispatcher.Signal object>[source]

Emitted when a SiteConfiguration has loaded.

This can be used by callers that depend on SiteConfiguration to handle reloading or recomputing data from settings that may have changed in another process or server.

Parameters: