summaryrefslogtreecommitdiff
path: root/maintenance/models.py
diff options
context:
space:
mode:
authorcoderick142017-05-24 14:08:52 +0530
committercoderick142017-05-24 14:08:52 +0530
commit475a2eccfb823c37254e469470b966c3b1724141 (patch)
treec5349e973d36b768c5dafea249fd8dee72d470e9 /maintenance/models.py
parent1608f74e480974b709771a2c827834c973ce04f5 (diff)
downloadSBHS-2018-Rpi-475a2eccfb823c37254e469470b966c3b1724141.tar.gz
SBHS-2018-Rpi-475a2eccfb823c37254e469470b966c3b1724141.tar.bz2
SBHS-2018-Rpi-475a2eccfb823c37254e469470b966c3b1724141.zip
Add cron module
Diffstat (limited to 'maintenance/models.py')
-rw-r--r--maintenance/models.py6
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.