[damned-lies/oscp] Land LOCK_DIR



commit bc3c4072db1c6262f9185a34bb00d49ad5efcf06
Author: Andrea Veri <averi redhat com>
Date:   Mon Sep 16 11:59:20 2019 +0200

    Land LOCK_DIR

 local_settings.py | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/local_settings.py b/local_settings.py
index 199d743c..eafbddc3 100644
--- a/local_settings.py
+++ b/local_settings.py
@@ -39,6 +39,7 @@ MEDIA_ROOT = '/var/www/djamnedlies/data/media'
 # Local directory path for VCS checkout
 SCRATCHDIR = "/var/www/djamnedlies/data/scratchdir"
 POTDIR = os.path.join(SCRATCHDIR, "POT")
+LOCK_DIR = '/var/www/djamnedlies/locks'
 
 ADMIN_GROUP = "coordination_team"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]