CSRF_TRUSTED_ORIGINS
is no longer set to allow all hosts- The SSL proxy header can now be set with the
ssl_header
argument to SingleFileApp
CSRF_TRUSTED_ORIGINS
is now set to allow all hosts
- Class-based views now work with the
@app.path
decorator - Configure static files to serve from
static/
with Whitenoise
- Initial release