Using django-environ to Create Environment Variables in Django Project
To prevent exposing your sensitive data when sharing your code, environment variables are useful to save the data (either on your local machine or your production server) which your project depends on. In this article, we would learn how to use djang...
thecodingprocess.hashnode.dev2 min read