[damned-lies/oscp] Re-add MEDIA_ROOT, adjust paths



commit c22ad124746da7230c942305bce06f7affc0c29a
Author: Andrea Veri <averi redhat com>
Date:   Wed Sep 11 16:16:38 2019 +0200

    Re-add MEDIA_ROOT, adjust paths

 localsettings.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/localsettings.py b/localsettings.py
index f18433a0..b8f43a15 100644
--- a/localsettings.py
+++ b/localsettings.py
@@ -35,8 +35,9 @@ SERVER_EMAIL = 'gnomeweb gnome org'
 
 TIME_ZONE = 'UTC'
 
+MEDIA_ROOT = '/var/www/djamnedlies/data/media'
 # Local directory path for VCS checkout
-SCRATCHDIR = "/l10n/data/scratchdir"
+SCRATCHDIR = "/var/www/djamnedlies/data/scratchdir"
 POTDIR = os.path.join(SCRATCHDIR, "POT")
 
 ADMIN_GROUP = "coordination_team"


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