Build a habit of shipping by sharing your daily, incremental progress
See how other makers are growing their business
Members are invited by existing members
Receive outside perspective when you need it
Connect with others through weekly video hangouts
Get access to our members-only perks and discounts
django-environ: github.com/joke2k/django-envi…
Django Environ is fabulous in production. We can place the .env file anywhere. And no other setup is needed. The env file is picked by Django through
settings.py
.There is also pypi.org/project/python-envir…. This can be helpful if you have a Python project but not Django specific.
thanks for providing both django and python specific