morganog / CookNook

Share and collaborate on your favorite recipes via web app CookNook!
4 stars 9 forks source link

Normalize with .gitignore, removal of the env/, and inserted opinionated os.environ var in settings.py #8

Closed urmarc443 closed 1 month ago

urmarc443 commented 1 month ago

Might want to cherry pick the things you want cause I don't think the .gitignore is exactly like the one suggested by other contributor.

morganog commented 1 month ago

@urmarc443 Okay, so if we implemented the os inside of the running program, instead of being hard programmed what would be the benefits. Thank you. Also, I think I'm going to go ahead and pull merge. From what I've seen it seems like a good plan to add this.

urmarc443 commented 1 month ago

@morganog I'm not 100% sure it's a benefit per se, but rather an opinionated way I manage my [auth tokens/passwords] on my device. This way I only have to manage one location for my keys/passwords in a given dev box. Then I can inject them into my apps using the reference to my OS env variable.