gold eggs backend
Some checks failed
Build and Push to Docker Hub / build-test-push (push) Failing after 1m55s
Some checks failed
Build and Push to Docker Hub / build-test-push (push) Failing after 1m55s
This commit is contained in:
16
core/http/translation/another.py
Normal file
16
core/http/translation/another.py
Normal file
@@ -0,0 +1,16 @@
|
||||
"""
|
||||
Django model translation resources
|
||||
"""
|
||||
|
||||
from modeltranslation import translator
|
||||
|
||||
|
||||
class PostTranslationOption(translator.TranslationOptions):
|
||||
fields = (
|
||||
"title",
|
||||
"desc",
|
||||
)
|
||||
|
||||
|
||||
class FrontendTranslationOption(translator.TranslationOptions):
|
||||
fields = ("value",)
|
||||
Reference in New Issue
Block a user