mirror of
https://github.com/Hopiu/wagtail-modeltranslation.git
synced 2026-05-14 10:13:16 +00:00
3 lines
114 B
Python
3 lines
114 B
Python
# coding: utf-8
|
|
__version__ = '0.9.0'
|
|
default_app_config = 'wagtail_modeltranslation.apps.ModeltranslationConfig'
|