6 lines
138 B
Bash
6 lines
138 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
export DJANGO_SK_ABS_FP="$(pwd)/config/secret_key.txt"
|
||
|
export STATIC_FILES="$(pwd)/static/"
|
||
|
export APP_VERSION="2.6"
|