Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion verify_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ echo "CODESPACE_NAME: ${CODESPACE_NAME}"
echo ""

echo "=== Django Configuration ==="
cd /workspaces/flai-workshop-github-copilot-800/octofit-tracker/backend
# Get the directory where this script is located and derive the backend path
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd "${SCRIPT_DIR}/octofit-tracker/backend"
source venv/bin/activate
python << EOF
import os
Expand Down