Remove comment

This commit is contained in:
Aarni Halinen
2022-07-26 20:55:34 +03:00
parent 93e122b8a8
commit 07d0f2aa47
-7
View File
@@ -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")