mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-24 15:11:08 -05:00
- Update pghistory dependency from 0007 to 0006 in account migrations - Add docstrings and remove unused imports in htmx_forms.py - Add DJANGO_SETTINGS_MODULE bash commands to Claude settings - Add state transition definitions for ride statuses
15 lines
329 B
JSON
15 lines
329 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(python manage.py check:*)",
|
|
"Bash(uv run:*)",
|
|
"Bash(find:*)",
|
|
"Bash(python:*)",
|
|
"Bash(DJANGO_SETTINGS_MODULE=config.django.local python:*)",
|
|
"Bash(DJANGO_SETTINGS_MODULE=config.django.local uv run python:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|