mirror of
https://github.com/Crocmagnon/cookiecutter-django.git
synced 2024-11-05 14:33:55 +01:00
3 lines
112 B
Text
3 lines
112 B
Text
|
export ENV_FILE="$(realpath ./envs/local-envs.env)"
|
||
|
export DATABASE_URL="sqlite:///$(realpath ./db/db.sqlite3)"
|