Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I'm getting a 403 CSRF failed error in the admin page for econplayground when making a POST. It looks like we may require a new setting, as of django 4.0, to allow for CSRF forms to work. If this fixes the problem, I will add it to ctlsettings. * https://forum.djangoproject.com/t/csrf-verification-error-for-django-admin-login/11785/7 * https://docs.djangoproject.com/en/4.2/ref/settings/#csrf-trusted-origins
- Loading branch information