.env.python.local
# .env.python.local.example DATABASE_URL=postgres://user:pass@localhost/db SECRET_KEY=replace-me DEBUG=True
PyCharm, VSCode, or debugpy often require environment variables. Keep your personal debug port in .env.python.local : .env.python.local
pip install python-dotenv










