* Update settings.py to support setting CSRF trusted origins via environment variable
* Add localhost as allowed host by default as it's always needed
* Add localhost as allowed host by default as it's always needed
* Update README.md to reflect the addition of the CSRF environment variable
* Append localhost if it's not in allowed hosts
* Localhost is now automatically added
* Localhost is now automatically added
* Localhost is now automatically added