summaryrefslogtreecommitdiffstats
path: root/ocata/ocata/settings.py
diff options
context:
space:
mode:
authorHuang Haibin <haibin.huang@intel.com>2018-02-28 03:44:35 +0800
committerHuang Haibin <haibin.huang@intel.com>2018-03-01 02:39:05 +0800
commitb14e1359642e17daf769ca39fa01e644135191f0 (patch)
treef29fcbd5c81df64eac4796bdd0c0423d460ebe17 /ocata/ocata/settings.py
parentb99c0d415f37ca26443514d43f3cc1975185bf74 (diff)
Move extsys from newton to common
Change-Id: I30ad2ed3a43bcb0ef569bb25d3e51a9ab49ea48a Issue-ID: MULTICLOUD-138 Signed-off-by: Huang Haibin <haibin.huang@intel.com>
Diffstat (limited to 'ocata/ocata/settings.py')
-rw-r--r--ocata/ocata/settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ocata/ocata/settings.py b/ocata/ocata/settings.py
index 6021aa78..5567a06a 100644
--- a/ocata/ocata/settings.py
+++ b/ocata/ocata/settings.py
@@ -12,6 +12,8 @@
import os
import sys
+CACHE_EXPIRATION_TIME = 3600
+
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))