aboutsummaryrefslogtreecommitdiffstats
path: root/config/settings/gcloud_settings.py
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-10-21 08:52:38 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-10-21 08:52:38 +0100
commit3a4073a6f6d4c6d03f2464120d7d8a6fdbed42b1 (patch)
tree122f1a5901b239542ff29ff4f7547d8b8d2bce22 /config/settings/gcloud_settings.py
parent5ee4335eb92f2dc35b31c208bce8d8e8aef9e5f2 (diff)
added CACHE but commented out for now
Diffstat (limited to 'config/settings/gcloud_settings.py')
-rw-r--r--config/settings/gcloud_settings.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/settings/gcloud_settings.py b/config/settings/gcloud_settings.py
index f7ccbc8..7f57ee7 100644
--- a/config/settings/gcloud_settings.py
+++ b/config/settings/gcloud_settings.py
@@ -19,6 +19,12 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
ROOT_DIR = environ.Path(__file__) - 3 # (ctrack/config/settings/base.py - 3 = ctrack/)
APPS_DIR = ROOT_DIR.path("ctrack")
+# CACHES = {
+# "default": {
+# "BACKEND": "django.core.cache.backends.db.DatabaseCache",
+# "LOCATION": "ctrack_cache_table",
+# }
+# }
# STATIC
# ------------------------------------------------------------------------------