mirror of
https://github.com/jazzband/django-constance.git
synced 2026-05-09 08:04:45 +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",
|
|
)
|