I 'm in the process of trying to put in place a deployment process on Azure. I have an almost empty app (no form, just display a home page).
In development environment (running on the local Django server with Debug = True), everything is ok.
But on the production server (onAzure), with DEBUG = FALSE, hhen I want to login and submit id & password I get the following message: Forbidden (403) CSRF verification failed. Request aborted.More information is available with DEBUG=True.
Has anyone a clue of what could go wrong?
Thanks