diff options
Diffstat (limited to 'maintenance/models.py')
-rw-r--r-- | maintenance/models.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/maintenance/models.py b/maintenance/models.py new file mode 100644 index 0000000..1dfab76 --- /dev/null +++ b/maintenance/models.py @@ -0,0 +1,6 @@ +# -*- coding: utf-8 -*- +from __future__ import unicode_literals + +from django.db import models + +# Create your models here. |