Tag: programming
-
Wagtail CMS Multi-Site Setup Guide
I have set up Wagtail CMS Multi-site and I wanted to document what I have done so far, just in case I decide to do this again. I set up a new installation and added it to GitHub. I used ChatGPT to help me write code when I knew it would save me time and…
-
Making Wagtail Progress
Having worked with WordPress for so long I have muscle memory around setting up a new site. It took minutes. For the past week I have dedicated my time to developing muscle memory with Django and Wagtail. 😊 Using CMD to set up and activate virtual environments, creating a project folder, installing Wagtail (or Django), installing…
-
Programming Tips
I have heard over and over again that being a professional programmer involves more than just spending time watching coding videos. It is important to learn how to take code and break it down so you understand what it is doing. This video really goes into explaining how this works and has helped me to…