Move and rename a lot of stuff into kaehmy app

This commit is contained in:
Jan Tuomi
2018-01-26 01:15:35 +02:00
parent 06c2a2b9a6
commit f0ea3505e4
36 changed files with 640 additions and 439 deletions
+1 -8
View File
@@ -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 = ()