From aa9c44468a4655ed66b17ed60fbaded39e175082 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Tue, 14 Jul 2020 09:43:03 -0400 Subject: [PATCH] Update Dev Logs --- Dev Logs.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Dev Logs.md b/Dev Logs.md index 4eb2e08..350057e 100644 --- a/Dev Logs.md +++ b/Dev Logs.md @@ -10,7 +10,11 @@ These are daily and weekly summaries of the work thats been done on webqueue2. T --- - +### Monday - 7/13/20 +- Got python virtual environments to work with mod_python under Apache + - **Note:** Commands run through the virtual environment's interpreter MUST be run on templeton. +- Found that Flask will not run under mod_python. I need mod_wsgi. Tomorrow will be spent making sure this works before requesting it. +