Skip to content

Intro-django -- Lucas Beemer#195

Open
lucasbeemer wants to merge 9 commits into
bloominstituteoftechnology:masterfrom
lucasbeemer:master
Open

Intro-django -- Lucas Beemer#195
lucasbeemer wants to merge 9 commits into
bloominstituteoftechnology:masterfrom
lucasbeemer:master

Conversation

@lucasbeemer
Copy link
Copy Markdown

No description provided.

Comment thread guides/day1.md
* `exit()`
* `pipenv install python-decouple`
* Add config information to `settings.py` and `.env`
* `pipenv --three` DONE!
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice job with this checklist!

Comment thread djorg/settings.py

# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = 'g&amg2e#t7b&x(%an0w%ps$vfsne)-piwh3)y=!xw1l=tb3c*c'
SECRET_KEY = config('SECRET_KEY')
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm glad you fixed this issue. Did you generate a new key since this one is still visible here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants