wagtail-netlify
wagtail-netlify copied to clipboard
Wagtail <3 Netlify
This is a larger than usual update, with backwards-incompatible changes. - the `Deployment` model has been removed, in favour of direct integration with the Netlify API - a new view...
> [Netlify Dev](https://www.netlify.com/products/dev/) , a new development server that allows you to run our entire platform on your laptop. Preview it all — site generation, functions, and even edge logic....
The Netlify-CLI 2.x (see #13 for progress on compatibility) allows to deploy in preview/staging mode before pushing to production. In a way it would double up with your Wagtail installation...
Currently, deployments are either triggered automatically (on `page_published` signal) or manually (with the `netlify` command). However it would be handy to be able to trigger a deploy manually from the...
Netlify allows developers to set [HTTP headers](https://www.netlify.com/docs/headers-and-basic-auth/) for their pages. This could be used to: - Set security headers (e.g. `X-FRAME-OPTIONS` or `CSP`s). - Set `Basic-Auth` header on [private pages](http://docs.wagtail.io/en/v2.1/advanced_topics/privacy.html)....
Netlify supports [forms](https://www.netlify.com/docs/form-handling/) and [FormBuilder](http://docs.wagtail.io/en/v2.1/reference/contrib/forms/index.html) could be made compatible: - [ ] Create a template tag to output the form tag with all the necessary attributes - [ ] Provide...
 - [ ] Add tests - [ ] Add coverage - [ ] Hook with CI - [ ] Hook with PR checks