For anyone getting this error while trying to pass the DJANGO Secret Key, if your secret key contains ‘$’ add another ‘$ after it’
DJANGO_SECRET_KEY: "tj...........t2$8" # Original Key
DJANGO_SECRET_KEY: "tj...........t2$$8"
For anyone getting this error while trying to pass the DJANGO Secret Key, if your secret key contains ‘$’ add another ‘$ after it’
DJANGO_SECRET_KEY: "tj...........t2$8" # Original Key
DJANGO_SECRET_KEY: "tj...........t2$$8"