diff --git a/kaehmy/models.py b/kaehmy/models.py index 54e533b..eb605da 100644 --- a/kaehmy/models.py +++ b/kaehmy/models.py @@ -2,13 +2,6 @@ from django.db import models from django.utils import timezone from django.utils.translation import ugettext_lazy as _ - -# TODO: Move BaseRole to Kaehmt App; will fuck up the DB since table is removed, if no data migration is done before-hand. -# Either reconstruct all kaehmy roles from scratch then, or do these migrations: -# 1. Create table here -# 2. Data migrate from webapp BaseRole to new kaehmy BaseRole -# 3. Delete webapp BaseRole table - VERBOSE_NAME = _("Kaehmy")