mirror of
https://github.com/Hopiu/wagtail-modeltranslation.git
synced 2026-05-11 16:53:11 +00:00
8 lines
213 B
Python
Executable file
8 lines
213 B
Python
Executable file
# -*- coding: utf-8 -*-
|
|
|
|
"""
|
|
This app is a fork from django-modeltranslation - https://github.com/deschler/django-modeltranslation
|
|
"""
|
|
|
|
|
|
default_app_config = 'wagtail_modeltranslation.apps.ModeltranslationConfig'
|