summaryrefslogtreecommitdiff
path: root/docs/settings.rst
blob: fa704e2b959ec12f48a6345e787050cc1a1193e1 (plain)
1
2
3
4
5
6
7
8
9
10
Site settings
=============

*Site settings* module allows your users to change common shop settings from dashboard like its name or domain.
Settings object is chosen by pk from ``SITE_SETTINGS_ID`` variable.


Context processor
-----------------
Thanks to ``saleor.site.context_processors.settings`` you can access *Site settings* in template with ``settings`` variable.