Hello,
I published an app on www.hackers.fund and it's working well apart from this:
When trying to create or update Projects and add members to the Project, I used the django-ajax-select package to implement a multi-select widget with search, which is sending ajax GET request to fetch the users. It's working perfectly locally, it's even working on the django admin side. But on the site, it is not and I get a 403 error: CSRF verification failed.
I am completely stuck after having searched for hours, please send help :-) !!
Thanks in advance, Lionel