aboutsummaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2021-06-14 20:41:23 +0300
committerFilipp Lepalaan <filipp@mac.com>2021-06-14 20:41:23 +0300
commit02a219db25034d839b55a0aa456e4b70ae2f32ec (patch)
tree3e65d2b2e27b31628747e2c3e863160d38a53539 /settings.py
parent4b2d491c2908ec6b677fe494547774bf7d323cb5 (diff)
downloadServo-02a219db25034d839b55a0aa456e4b70ae2f32ec.tar.gz
Servo-02a219db25034d839b55a0aa456e4b70ae2f32ec.tar.bz2
Servo-02a219db25034d839b55a0aa456e4b70ae2f32ec.zip
Import local_settings last
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings.py b/settings.py
index d37b43e..b83cb78 100644
--- a/settings.py
+++ b/settings.py
@@ -221,8 +221,6 @@ WKHTMLTOPDF_CMD_OPTIONS = {
'page-size': 'a4'
}
-from local_settings import *
-
CACHES['comptia'] = {
'BACKEND': 'django.core.cache.backends.memcached.PyMemcacheCache',
'LOCATION': '127.0.0.1:11211',
@@ -238,3 +236,5 @@ RQ_QUEUES = {
'DEFAULT_TIMEOUT': 3600, # 60 minutes
},
}
+
+from local_settings import *