Changes between Initial Version and Version 1 of Ticket #28488
- Timestamp:
- Aug 11, 2017, 1:50:51 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28488 – Description
initial v1 25 25 I use AWS (Amazon Web Service) Elastic Beanstalk with https enabled. 26 26 27 The worst part is that I've discovered this only on production because I make all tests in my local machine with `DEBUG=True`, and on production, we set `DEBUG=False`. 27 The worst part is that I've discovered this only on production because I make all tests in my local machine with `DEBUG=True`, and on production, we set `DEBUG=False`. Also, the error message should be shown only if `DEBUG=True`. 28 28 29 29 It's something related to the same error mentioned on Google Groups [https://groups.google.com/forum/#!searchin/django-users/CSRF$20verification$20failed.$20Request$20aborted.$20More$20information$20is$20available$20with$20DEBUG$3DTrue.%7Csort:relevance/django-users/ISoJ6CwHOXQ/pirLih0jBgAJ]