From 07d0f2aa470c244835a7929f5851dd4721ef99f1 Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Tue, 26 Jul 2022 20:55:34 +0300 Subject: [PATCH] Remove comment --- kaehmy/models.py | 7 ------- 1 file changed, 7 deletions(-) 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")