7 lines
80 B
Bash
Executable file
7 lines
80 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
export PATH=env/bin:${PATH}
|
|
|
|
./manage.py runserver
|