Add TODO reminder

This commit is contained in:
Roberto Rosario
2014-10-17 22:48:46 -04:00
parent d0bb6ad46b
commit 75575bebcd

View File

@@ -4,6 +4,7 @@ from django.utils.timezone import now
from django.utils.translation import ugettext as _
from documents.models import Document
# TODO: Simplify this model by adding a M2M field called documents
class Folder(models.Model):