mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
6 lines
153 B
Python
6 lines
153 B
Python
def setup(app):
|
|
app.add_crossref_type(
|
|
directivename='setting',
|
|
rolename='setting',
|
|
indextemplate='pair: %s; setting',
|
|
)
|