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