summaryrefslogtreecommitdiff
path: root/maintenance/apps.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/apps.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/apps.py')
-rw-r--r--maintenance/apps.py8
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'