Skip to content

Commit

Permalink
Merge pull request #15 from uw-it-aca/develop
Browse files Browse the repository at this point in the history
Fixing typo
  • Loading branch information
ezturner authored Aug 27, 2019
2 parents 52b7625 + a37aeef commit 6ee7e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/base_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
if os.getenv('ENV', 'localdev'):
SECRET_KEY = os.getenv('DJANGO_SECRET', get_random_secret_key())
else:
SECREY_KEY = os.getenv('DJANGO_SECRET', None)
SECRET_KEY = os.getenv('DJANGO_SECRET', None)

INSTALLED_APPS = [
'django.contrib.admin',
Expand Down

0 comments on commit 6ee7e87

Please sign in to comment.