Hi All,
I am having a difficulty with my Django site. In which I was running smoothly in dubug mode(DEBUG = True). While changing it to DEBUG = False (Also set ALLOWED_HOSTS = ['*']) , it raises error when logging in to admin
"
Forbidden (403)
CSRF verification failed. Request aborted.
More information is available with DEBUG=True."
I haven't set any value in CSRF_COOKIE_DOMAIN and CSRF_COOKIE_SECURE.
I couldn't find any information on log. What is the reason behind this.?