From: Colin Powell Date: Thu, 5 May 2011 05:05:04 +0000 (-0400) Subject: Moving to new app names. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6846ab7be1b5c6467870acf531f52860d597b8d6;p=django-notes.git Moving to new app names. --- 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