mirror of
https://github.com/Crocmagnon/cookiecutter-django.git
synced 2024-11-05 06:23:54 +01:00
2 lines
112 B
Bash
2 lines
112 B
Bash
export ENV_FILE="$(realpath ./envs/local-envs.env)"
|
|
export DATABASE_URL="sqlite:///$(realpath ./db/db.sqlite3)"
|