-
-
Notifications
You must be signed in to change notification settings - Fork 74
Readme update to add settings.py params required to install and use the app #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@nicktgr15 this two settings should already have defaults as set in https://github.com/bmihelac/django-cookie-consent/blob/master/cookie_consent/conf.py#L10-L11 Does it not work for you without this settings? |
FYI: COOKIE_CONSENT_NAME with a bytes value breaks on modern installations. |
@bmihelac Same as what @JesseDeLoore said. I'm getting
|
I understand, it looks like that default value should be string and not bytestring. |
@JesseDeLoore and @motasay Can you tell us how we could recreate this error ourselves? |
The error happened when I didn't put a value for As a point of order: is there a specific reason the default value uses a byte-string ? |
@JesseDeLoore Thank you. This error still occurs if you do not set a value for COOKIE_CONSENT_NAME in your own settings.py and the default is used instead. |
No description provided.