fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
976d48d41e6ad2d3f54a8335a872c07823b31725
[wolnelektury.git]
/
apps
/
djangosphinx
/
constants.py
1
from django.conf import settings
2
3
__all__ = ('SPHINX_API_VERSION',)
4
5
# 0x113 = 1.19
6
# 0x107 = 1.17
7
SPHINX_API_VERSION = getattr(settings, 'SPHINX_API_VERSION', 0x107)