mirror of
https://github.com/Hopiu/wagtail-modeltranslation.git
synced 2026-05-18 12:11:13 +00:00
Update docs
Based on 0.6.0rc1
This commit is contained in:
parent
f2a9b647d9
commit
45bd7e2cbd
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