Skip to content

Commit

Permalink
Merge pull request #121 from d-party/f/fix-crypt
Browse files Browse the repository at this point in the history
ユーザー名の暗号化
  • Loading branch information
Uno-Takashi authored Oct 24, 2022
2 parents ecf1507 + f2ead2c commit 32a3ecb
Show file tree
Hide file tree
Showing 5 changed files with 121 additions and 101 deletions.
1 change: 1 addition & 0 deletions Django/d_party/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = os.environ["SECRET_KEY"]
CRYPTOGRAPHY_KEY = SECRET_KEY

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = os.environ["DEBUG"] == "1"
Expand Down
Loading

0 comments on commit 32a3ecb

Please sign in to comment.