[meta] Use .envrc to set up env variables and activate the virtualenv
This commit is contained in:
parent
3603d26f1e
commit
f4ed431a94
1 changed files with 4 additions and 0 deletions
4
.envrc
Normal file
4
.envrc
Normal file
|
@ -0,0 +1,4 @@
|
|||
export VIRTUAL_ENV=.venv
|
||||
layout python3
|
||||
export DJANGO_SETTINGS_MODULE=dx.settings
|
||||
export DJANGO_CONFIGURATION=Local
|
Loading…
Reference in a new issue