mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-05-10 13:44:44 +00:00
Conflicts: cachalot/cache.py cachalot/monkey_patch.py cachalot/tests/read.py cachalot/utils.py tox.ini
4 lines
132 B
Python
4 lines
132 B
Python
__version__ = (1, 0, 3)
|
|
version_string = '.'.join(str(n) for n in __version__)
|
|
|
|
default_app_config = 'cachalot.apps.CachalotConfig'
|