Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialManu Febie
1,754 PointsDjango Environment Variables
Since Python recommends using pipenv now I am a little bit confused on how to use this to setup different django environments. I usually use virtualenv-wrapper to setup the different working environments and tell what settings file it should use.
I understand the basic use of pipenv. I read that it's better to use environment variables but I cant figure out how that work and how to use it for Django. Does someone now a guide I can read or watch on this topic? Or maybe if you know yourself can help me explain.