6 lines
124 B
Bash
Executable file
6 lines
124 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
export PATH=env/bin:${PATH}
|
|
|
|
honcho --app-root environment --env env run python manage.py shell
|