diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 4c3fc8a..decdd71 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -54,7 +54,21 @@ "Bash(\"/c/Program Files/PostgreSQL/16/bin/psql.exe\" -U postgres -c \"SELECT version\\(\\);\" 2>&1)", "Bash(PGPASSWORD=zcDsj@2024 \"/c/Program Files/PostgreSQL/16/bin/psql.exe\" -U postgres -c \"SELECT version\\(\\);\" 2>&1)", "Bash(PGPASSWORD=zcDsj@2024 \"/c/Program Files/PostgreSQL/16/bin/psql.exe\" -U postgres -c \"CREATE DATABASE offer_db;\" 2>&1)", - "Bash(/c/software/python3_10/python manage.py migrate)" + "Bash(/c/software/python3_10/python manage.py migrate)", + "Bash(python manage.py shell -c \"from django.contrib.auth import get_user_model; User = get_user_model\\(\\); u = User.objects.filter\\(role=''superadmin''\\).first\\(\\); print\\(u.username if u else ''No superadmin found''\\)\")", + "Bash(python manage.py shell -c \":*)", + "Bash(python manage.py makemigrations jobs)", + "Bash(python manage.py migrate jobs)", + "Bash(source .venv/Scripts/activate)", + "Bash(python manage.py shell -c \"from apps.jobs.models import Job; count = Job.objects.count\\(\\); Job.objects.all\\(\\).delete\\(\\); print\\(f''已删除 {count} 条岗位记录''\\)\")", + "Bash(python -c \":*)", + "Bash(python -c \"import sys; sys.stdout.buffer.write\\(sys.stdin.buffer.read\\(\\)\\)\")", + "WebFetch(domain:www.iguopin.com)", + "mcp__chrome-devtools__navigate_page", + "mcp__chrome-devtools__take_snapshot", + "mcp__chrome-devtools__click", + "Bash(python import_jobs.py)", + "Bash(claude plugin:*)" ] } }