This commit is contained in:
virusdefender
2016-09-25 17:00:52 +08:00
parent 61ab910d53
commit 078de956e5
22 changed files with 297 additions and 9 deletions

View File

@@ -1,5 +1,8 @@
# coding=utf-8
from __future__ import unicode_literals
from django.db import models
# Create your models here.
class SMTPConfig(models.Model):
pass