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