Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit bb6814b

Browse files
committed
moved package to database_email
1 parent 7780f3d commit bb6814b

File tree

6 files changed

+2
-0
lines changed

6 files changed

+2
-0
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

django_database_email/models.py renamed to database_email/models.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
from django.db import models
2+
from django.utils.encoding import python_2_unicode_compatible
23

34

5+
@python_2_unicode_compatible
46
class EMail(models.Model):
57
subject = models.CharField(max_length=200)
68
name = models.CharField(max_length=200)

0 commit comments

Comments
 (0)