James-Glennon / Portfolio-project-4-Django

A second submission for the Code Institute milestone project #4
0 stars 1 forks source link

Learning Outcome: Env.py files and Secret Keys #29

Open James-Glennon opened 1 year ago

James-Glennon commented 1 year ago

Ensure the security of the deployed version, making sure to not include any passwords in the git repository, that all secret keys are hidden in environment variables or in files that are in .gitignore, and that DEBUG mode is turned off.

James-Glennon commented 1 year ago

env.py file created and added to .gitignore file before initial commit to protect SECRET_KEY and other environmental keys.