diff options
author | dk-15 | 2017-05-26 00:01:35 +0530 |
---|---|---|
committer | dk-15 | 2017-05-26 00:01:35 +0530 |
commit | af581060fcb22ea5aa664e11f942e3fb108ed182 (patch) | |
tree | 9024c9fcfa706379189fbf09e4e8e2719ff727aa /maintenance/apps.py | |
parent | c33417821258d583e24e91b7cc6933bb66994ec0 (diff) | |
download | SBHS-2018-Rpi-af581060fcb22ea5aa664e11f942e3fb108ed182.tar.gz SBHS-2018-Rpi-af581060fcb22ea5aa664e11f942e3fb108ed182.tar.bz2 SBHS-2018-Rpi-af581060fcb22ea5aa664e11f942e3fb108ed182.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' |