django-cookie-consent
django-cookie-consent copied to clipboard
Remove bytes from default cookie name configuration
Goes along with PR #24
According to the PR thread, if the user does not set COOKIE_CONSENT_NAME or leaves it as COOKIE_CONSENT_NAME = ' ' in their own settings.py, the default value with the bytes will be used instead which produces an error in the terminal.
I was able to reproduce this by removing the explicit settings from the testapp used in CI, that's enough for a regression test. This will be resolved in a couple of minutes.