From 6846ab7be1b5c6467870acf531f52860d597b8d6 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 5 May 2011 01:05:04 -0400 Subject: [PATCH] Moving to new app names. --- notes/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/models.py b/notes/models.py index 13a653c..0b40a20 100644 --- a/notes/models.py +++ b/notes/models.py @@ -4,7 +4,7 @@ from django.contrib.contenttypes.models import ContentType from django.contrib.contenttypes import generic from django.contrib.auth.models import User from django.utils.translation import ugettext_lazy as _ -from myutils.models import MarkupMixin +from markup_mixin.models import MarkupMixin from django_extensions.db.models import TitleSlugDescriptionModel, TimeStampedModel from notes.managers import PublicManager -- 2.39.5