Move and rename a lot of stuff into kaehmy app
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
from modeltranslation.translator import register, TranslationOptions
|
||||
from webapp.models import BaseFeed, Feed, Tag, Event, Registration
|
||||
from webapp.models import PresetRole, BaseRole, PresetKaehmyRole
|
||||
from webapp.models import PresetRole, BaseRole
|
||||
|
||||
|
||||
@register(BaseFeed)
|
||||
@@ -52,10 +52,3 @@ class PresetRoleTranslationOptions(TranslationOptions):
|
||||
"""Class for PresetRole translation options."""
|
||||
|
||||
fields = ('description',)
|
||||
|
||||
|
||||
@register(PresetKaehmyRole)
|
||||
class PresetKaehmyRoleTranslationOptions(TranslationOptions):
|
||||
""" Class for PresetKaehmyRole translation options"""
|
||||
|
||||
fields = ()
|
||||
|
||||
Reference in New Issue
Block a user