Martin Sandström
Martin Sandström
@itekhi This can be hard for me to help with since all this depends on how your server is set up. But try using: ``` become: yes become_user: ```
@itekhi Awesome! If you want, feel free to post your modified playbook here as it might help others in the future :)
@[tekhi](https://github.com/itekhi) Forgot to reply, apologies :) Why uWSGI? Very good question. No particular reason really. uWSGI and Gunicorn are very similar looking at the problem they aim to solve and...
Thanks for the feedback @slyons! Will take this into consideration when we put more work into the docs.
We have pivoted to using third party services for handling cookie-consent, so I'm closing this issue.
Thanks @mikaelengstrom! Just tested and works as expected 👍 Before merging can you change branch from Frojd:main to Frojd:develop?
Hi @e-kondr01! Just to clarify, Pipit does not use the Wagtail API, instead we use a system where we, using a custom API, locates pages using their path and transforms...
@e-kondr01 The Wagtail API sort of builds up a dynamic serializer based on the Page structure and api_fields, in this process certain fields are automatically mapped, this magic is lost...
Hi @JordiAnderl and thanks for the PR! Some quick feedback regarding the PR. I noticed that you branched from `master`, this project follows gitflow so please branch from `develop`. You...
Thanks for this PR! LGTM. Will merge and prepare for a release.