Send comment by email via SRMail

This commit is contained in:
Yax 2015-05-16 18:12:18 +02:00
parent 692b90d7d9
commit 033e0821b2
5 changed files with 78 additions and 68 deletions

View file

@ -10,6 +10,7 @@ class Site(Model):
name = CharField(unique=True)
url = CharField()
token = CharField()
admin_email = CharField()
class Meta:
database = get_db()