Add activate-devel-env.sh to lib

This commit is contained in:
W13R 2022-05-15 11:45:46 +02:00
parent f8cde7136d
commit aa0f2d67ed

6
lib/activate-devel-env.sh Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env bash
source ./lib/env.sh
source ./config/config.sh
export DJANGO_DEBUG=true
export PYTHONPATH="./packages"