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
本文发布于 Sept. 18, 2025, 10:16 p.m. • 作者:admin
Learning & Coding
技术学习者的记录空间
分享实践中的收获与思考
个人技术习作,用于学习和实践。
非商业用途,纯技术分享。
copy right potatotime.top