AkshJain99 / Blogging-App

It is a blogging webapp made in django with various features
https://mighty-reaches-82829.herokuapp.com/
9 stars 20 forks source link

Use environment variables for google and github API credentials #21

Closed Ugtan closed 5 years ago

Ugtan commented 5 years ago

Currently, the credentials used for google and github authentication are hardcoded in settings.py which is not good. A better way would be to use environment variables for storing credentials.