mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-05-09 21:24:44 +00:00
4 lines
115 B
Python
4 lines
115 B
Python
VERSION = (2, 4, 1)
|
|
__version__ = ".".join(map(str, VERSION))
|
|
|
|
default_app_config = "cachalot.apps.CachalotConfig"
|