dearborn-coding-club / website-base-backend

A backend API project for the dearborn-coding-club Meetup group.
https://api.dearborncodingclub.com
1 stars 3 forks source link

fix: Remove secret key from `settings.py` source code #102

Closed MgenGlder closed 3 weeks ago

MgenGlder commented 1 month ago

Closes https://github.com/dearborn-coding-club/website-base-backend/issues/101

Context

We've needed to remove the secret key from our source code for a while. This PR addresses and does that.

Summary