mirror of
https://github.com/wrabit/django-cotton.git
synced 2025-08-04 23:28:02 +00:00
9 lines
No EOL
244 B
Bash
Executable file
9 lines
No EOL
244 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# Determine script directory
|
|
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
|
|
|
# Change directory to project directory
|
|
cd $SCRIPT_DIR/..
|
|
|
|
docker exec -it cotton-docs-web python manage.py shell |