envrc.j2 754 B

1234567891011121314151617
  1. # See onboarding guide for instructions on how to set this up.
  2. # But basically, this needs to be added to the direnv config:
  3. # https://github.com/direnv/direnv/wiki/Python#poetry
  4. # layout poetry
  5. # poetry config http-basic.codeartifact aws $PRIVATE_REPO_TOKEN
  6. source ~/.cache/pypoetry/virtualenvs/platform-porchpals-0a_KW2tj-py3.10/bin/activate
  7. #export LDFLAGS="-L/usr/local/opt/openssl/lib"
  8. #export CPPFLAGS="-I/usr/local/opt/openssl/include"
  9. export TESTING_DJANGO_SETTINGS_MODULE="platform_porchpals.settings.local"
  10. export DJANGO_SETTINGS_MODULE="platform_porchpals.settings.local"
  11. export PYTHONPATH="/Users/powellc/src/platform-porchpals:$PYTHONPATH"
  12. # This silences datadog warnings/errors when running locally.
  13. export DD_TRACE_STARTUP_LOGS=false