Settings ======== Misago splits its settings into two groups: ## Core settings Those settings must be available when Misago starts or control resources usage and shouldn't be changed frequently from admin control panel. Those settings live in settings.py [Core settings reference](./Core.md) ## Database settings Those settings are stored in database and can be changed on runtime using interface provided by admin control panel. [Database settings reference](./Database.md) ## Accessing settings in template Both types of settings can accessed as attributes of `misago.conf.settings` object and high level settings can be also accessed from your templates as attributes of `misago_settings` variable, like this: ```