mirror of
https://github.com/Hopiu/wagtail-modeltranslation.git
synced 2026-03-16 22:10:30 +00:00
commit
e830a104b2
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ Quick start
|
|||
6. Create translation.py inside the root folder of the app where the model you want to translate exists::
|
||||
|
||||
from .models import Foo
|
||||
from wagtail_modeltranslation.translation import WagtailTranslationOptions
|
||||
from wagtail_modeltranslation.translator import WagtailTranslationOptions
|
||||
from modeltranslation.decorators import register
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue