Add activate-devel-env.sh to lib
This commit is contained in:
parent
f8cde7136d
commit
aa0f2d67ed
1 changed files with 6 additions and 0 deletions
6
lib/activate-devel-env.sh
Executable file
6
lib/activate-devel-env.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
source ./lib/env.sh
|
||||
source ./config/config.sh
|
||||
export DJANGO_DEBUG=true
|
||||
export PYTHONPATH="./packages"
|
Loading…
Add table
Add a link
Reference in a new issue