From 3a6c117e552d28c7237a9de31a64479b88d9ab7e Mon Sep 17 00:00:00 2001 From: Frances M Skinner <53088864+fskinner19@users.noreply.github.com> Date: Fri, 21 Feb 2020 14:43:57 -0500 Subject: [PATCH] Update and rename res/test3.py to res/frances-tests/test3.py --- res/{ => frances-tests}/test3.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename res/{ => frances-tests}/test3.py (93%) diff --git a/res/test3.py b/res/frances-tests/test3.py similarity index 93% rename from res/test3.py rename to res/frances-tests/test3.py index 7260fe4..1ea8a04 100644 --- a/res/test3.py +++ b/res/frances-tests/test3.py @@ -6,8 +6,8 @@ import os import sys -#webapp_path = os.path.join('/Users/christian/www/pyref') -webapp_path = os.path.join('/Users/fskin/pyref') +#webapp_path = os.path.join('/Users/your_name/www/pyref') +webapp_path = os.path.join('/Users/your_name/pyref') sys.path.append(webapp_path) os.environ['DJANGO_SETTINGS_MODULE'] = 'pyref.settings'