mirror of
https://github.com/jazzband/django-constance.git
synced 2026-04-01 06:00:24 +00:00
7 lines
153 B
Python
7 lines
153 B
Python
|
|
def setup(app):
|
||
|
|
app.add_crossref_type(
|
||
|
|
directivename="setting",
|
||
|
|
rolename="setting",
|
||
|
|
indextemplate="pair: %s; setting",
|
||
|
|
)
|