1005 B
1005 B
Suggested Commands
Environment
source .venv/bin/activate
uv sync # Install/sync dependencies
Development
python manage.py runserver # Run dev server (port 8000)
python manage.py shell # Django interactive shell
python manage.py createsuperuser # Create admin user
Database
python manage.py makemigrations # Create migration files
python manage.py migrate # Apply migrations
python manage.py init_strategies # Initialize strategy data
Testing
python manage.py test # Run Django tests
Static Files
python manage.py collectstatic # Collect static files
Docker
docker-compose up --build # Build and run with Docker
docker-compose down # Stop containers
System Utilities (macOS/Darwin)
git status / git diff / git log # Git operations
ls / find / grep # File operations (prefer tool equivalents)