mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2025-04-28 20:35:33 +02:00
3 lines
127 B
Bash
3 lines
127 B
Bash
layout python3
|
|
export ENV_FILE="$(realpath ./envs/local-envs.env)"
|
|
export DATABASE_URL="sqlite:///$(realpath ./db/db.sqlite3)"
|