cat > start_django.sh << 'EOF'
#!/bin/bash
cd /path/to/mydjango_project
source venv/bin/activate
python manage.py runserver 0.0.0.0:8000
EOF
chmod +x start_django.sh
cat > start_django.sh << 'EOF'
#!/bin/bash
cd /path/to/mydjango_project
source venv/bin/activate
python manage.py runserver 0.0.0.0:8000
EOF
chmod +x start_django.sh
Learning & Coding
技术学习者的记录空间
分享实践中的收获与思考
个人技术习作,用于学习和实践。
非商业用途,纯技术分享。