[damned-lies/develop] fix: deploy on pre-production instance



commit b320fa2c958cdcc91e48458757fb1e3714ce7e7a
Author: Guillaume Bernard <associations guillaume-bernard fr>
Date:   Mon Sep 20 22:31:04 2021 +0200

    fix: deploy on pre-production instance

 damnedlies/settings_tests.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/damnedlies/settings_tests.py b/damnedlies/settings_tests.py
index a19dc80a..d89a71dc 100644
--- a/damnedlies/settings_tests.py
+++ b/damnedlies/settings_tests.py
@@ -1,6 +1,7 @@
 import tempfile
+from pathlib import Path
 
-from .settings import *
+from .settings import BASE_DIR
 
 SECRET_KEY = 'shRc(?sk+sW3Wqn-lBvs=r52a@#hgC9g'
 


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