From f58c896d5aea01c1c9410303dce26bb9ca0c594a Mon Sep 17 00:00:00 2001 From: Nick Moreton Date: Thu, 28 Sep 2023 09:52:04 +0100 Subject: [PATCH] Add PythonAnywhere deployment tutorial to third party tutorials (#10958) --- docs/advanced_topics/third_party_tutorials.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/advanced_topics/third_party_tutorials.md b/docs/advanced_topics/third_party_tutorials.md index c41c902c26..e2c68b8cb7 100644 --- a/docs/advanced_topics/third_party_tutorials.md +++ b/docs/advanced_topics/third_party_tutorials.md @@ -6,6 +6,7 @@ from third-party developers. Some of the older links may not apply to the latest Wagtail versions. ``` +- [Deploy Wagtail CMS to PythonAnywhere using git push to a bare repo](https://www.nickmoreton.co.uk/articles/deploy-wagtail-cms-to-pythonanywhere/) (27 September 2023) - [Creating Wagtail Streamfield StructBlocks with a Customised Editor Interface](https://enzedonline.com/en/tech-blog/how-to-create-wagtail-streamfield-structblocks-with-a-customised-editor-interface/) (9 July 2023) - [Wagtail on Cloud Run](https://codelabs.developers.google.com/codelabs/cloud-run-wagtail/#0) (26 June 2023) - [How to create a custom Wagtail CMS page type?](https://itcertifications.medium.com/how-to-create-a-custom-wagtail-cms-page-type-7bf72aff8413) (29 June 2023)