Commit db1c0bf0 by Mark L. Chang

added dev key so tests run

parent 1043958a
...@@ -118,3 +118,6 @@ PASSWORD_HASHERS = ( ...@@ -118,3 +118,6 @@ PASSWORD_HASHERS = (
'django.contrib.auth.hashers.SHA1PasswordHasher', 'django.contrib.auth.hashers.SHA1PasswordHasher',
'django.contrib.auth.hashers.MD5PasswordHasher', 'django.contrib.auth.hashers.MD5PasswordHasher',
) )
# segment-io key for dev
SEGMENT_IO_KEY = 'mty8edrrsg'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment