diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-21 08:52:38 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-21 08:52:38 +0100 |
commit | 3a4073a6f6d4c6d03f2464120d7d8a6fdbed42b1 (patch) | |
tree | 122f1a5901b239542ff29ff4f7547d8b8d2bce22 /config/settings/gcloud_settings.py | |
parent | 5ee4335eb92f2dc35b31c208bce8d8e8aef9e5f2 (diff) |
added CACHE but commented out for now
Diffstat (limited to 'config/settings/gcloud_settings.py')
-rw-r--r-- | config/settings/gcloud_settings.py | 6 |
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 # ------------------------------------------------------------------------------ |