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/apps.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/apps.py')
-rw-r--r-- | maintenance/apps.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/maintenance/apps.py b/maintenance/apps.py new file mode 100644 index 0000000..4262aa8 --- /dev/null +++ b/maintenance/apps.py @@ -0,0 +1,8 @@ +# -*- coding: utf-8 -*- +from __future__ import unicode_literals + +from django.apps import AppConfig + + +class MaintenanceConfig(AppConfig): + name = 'maintenance' |