.env.development __link__ ❲Free Access❳
# settings.py import environ env = environ.Env() environ.Env.read_env(os.path.join(BASE_DIR, '.env.development'))
Replace the placeholder values with your own settings. .env.development
Here is the distinction:
: Ensure .env.development is added to your .gitignore file so it is never uploaded to public repositories. # settings