summaryrefslogtreecommitdiff
path: root/maintenance/models.py
diff options
context:
space:
mode:
authordk-152017-05-26 00:01:35 +0530
committerdk-152017-05-26 00:01:35 +0530
commit6ef013505cd0f28a2ae4a98948fb1913e7f2898c (patch)
tree3ed15f10269054d10860cafb4b03df80722bf58a /maintenance/models.py
parent1fa3368b4662163e6652d5524a0c75bd836705f9 (diff)
downloadSBHS-2018-Rpi-6ef013505cd0f28a2ae4a98948fb1913e7f2898c.tar.gz
SBHS-2018-Rpi-6ef013505cd0f28a2ae4a98948fb1913e7f2898c.tar.bz2
SBHS-2018-Rpi-6ef013505cd0f28a2ae4a98948fb1913e7f2898c.zip
Add new_cron_job.sh for django 1.11 and include log_generator in maintenance management
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.