Move and rename a lot of stuff into kaehmy app
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
"""Translation classes."""
|
||||
|
||||
from modeltranslation.translator import register, TranslationOptions
|
||||
from kaehmy.models import PresetRole
|
||||
|
||||
|
||||
@register(PresetRole)
|
||||
class PresetRoleTranslationOptions(TranslationOptions):
|
||||
""" Class for PresetRole translation options"""
|
||||
|
||||
fields = ()
|
||||
Reference in New Issue
Block a user