software-trizzey / djangoly-docs

Temporary home for the Djangoly doc
0 stars 0 forks source link

SECRET_KEY incorrectly highlighted #3

Open cdfuller opened 1 week ago

cdfuller commented 1 week ago

When using this method of getting the secret key it doesn't work properly. I prefer this method because it will raise a key error at startup instead of using os.environ.get or os.getenv which the tool seems to support

image

software-trizzey commented 1 week ago

Amazing, thanks for catching this Cody. I've implemented a fix and will ship it in version 0.1.18