mirror of
https://github.com/Hopiu/wagtail-modeltranslation.git
synced 2026-05-26 15:44:03 +00:00
3 lines
115 B
Python
3 lines
115 B
Python
# coding: utf-8
|
|
__version__ = '0.10.1'
|
|
default_app_config = 'wagtail_modeltranslation.apps.ModeltranslationConfig'
|