mirror of
https://github.com/Crocmagnon/cookiecutter-django.git
synced 2024-11-05 06:23:54 +01: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)"
|