Hi, I appreciate you getting the patch out so quickly! Unfortunately, I'm still having trouble with v0.11.1.
If there's a $ symbol followed by one or more letters (uppercase or lowercase), it still raises an exception. For example, you could reproduce it using the following as a secret key:
SECRET_KEY=ABCDEFG_1234567890_N0T@R3ALV@L$S3CR3TK3Y@HELLOWORLD
Which raises the exception:
...
django.core.exceptions.ImproperlyConfigured: Set the S3CR3TK3Y environment variable
And as @JaredBrown138 had mentioned, reverting to v0.10.0 does fix the issue.
Originally posted by @mfisco in #485 (comment)
Hi, I appreciate you getting the patch out so quickly! Unfortunately, I'm still having trouble with v0.11.1.
If there's a $ symbol followed by one or more letters (uppercase or lowercase), it still raises an exception. For example, you could reproduce it using the following as a secret key:
SECRET_KEY=ABCDEFG_1234567890_N0T@R3ALV@L$S3CR3TK3Y@HELLOWORLDWhich raises the exception:
And as @JaredBrown138 had mentioned, reverting to v0.10.0 does fix the issue.
Originally posted by @mfisco in #485 (comment)