3 lines
64 B
Bash
3 lines
64 B
Bash
|
#!/bin/bash
|
||
|
docker compose exec -it main python manage.py shell
|