um, double ups - TODO: setup MTA on localhost to test these things

This commit is contained in:
sanj 2010-11-20 20:04:09 +05:30
parent 0c44af7558
commit 20ac498a7e

View File

@ -1,6 +1,6 @@
from django.db import models
from django.contrib.comments.signals import comment_was_posted
from django.core.mail import send_mail
class Issue(models.Model):
title = models.CharField(max_length=255)