Mercurial > public > sg101
diff shoutbox/models.py @ 925:98d2388b6bb2
Smiley app refactor for Django 1.7.7 upgrade.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 12 Apr 2015 21:08:56 -0500 |
parents | 0ca691cccf8d |
children | eeaf387803c6 |
line wrap: on
line diff
--- a/shoutbox/models.py Thu Apr 09 19:43:07 2015 -0500 +++ b/shoutbox/models.py Sun Apr 12 21:08:56 2015 -0500 @@ -7,7 +7,7 @@ from django.contrib.auth.models import User from django.utils.html import escape, urlize -from smiley import smilify_html +from smiley.utils import smilify_html class Shout(models.Model):