diff options
author | dk-15 | 2017-05-26 00:01:35 +0530 |
---|---|---|
committer | dk-15 | 2017-05-26 00:01:35 +0530 |
commit | 6ef013505cd0f28a2ae4a98948fb1913e7f2898c (patch) | |
tree | 3ed15f10269054d10860cafb4b03df80722bf58a /maintenance/views.py | |
parent | 1fa3368b4662163e6652d5524a0c75bd836705f9 (diff) | |
download | SBHS-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/views.py')
-rw-r--r-- | maintenance/views.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/maintenance/views.py b/maintenance/views.py new file mode 100644 index 0000000..e784a0b --- /dev/null +++ b/maintenance/views.py @@ -0,0 +1,6 @@ +# -*- coding: utf-8 -*- +from __future__ import unicode_literals + +from django.shortcuts import render + +# Create your views here. |