6 lines
123 B
Bash
Executable file
6 lines
123 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
source ./lib/env.sh
|
|
source ./config/config.sh
|
|
export DJANGO_DEBUG=true
|
|
export PYTHONPATH="./packages"
|