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