mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-05-17 09:01:07 +00:00
4 lines
115 B
Python
4 lines
115 B
Python
VERSION = (1, 5, 0)
|
|
__version__ = '.'.join(map(str, VERSION))
|
|
|
|
default_app_config = 'cachalot.apps.CachalotConfig'
|