mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-17 09:11:06 +00:00
5 lines
167 B
Python
5 lines
167 B
Python
from pathlib import Path
|
|
|
|
__version__ = (Path(__file__).parent / "VERSION").open().read().strip()
|
|
|
|
default_app_config = 'modeltranslation.apps.ModeltranslationConfig'
|