If you’ve used SQLAlchemy for any length of time, you will have come across the need to set up relationship cascade rules. These are rules that define how changes to instances of parent models should affect related models. For instance, when I delete a “Class” from my database, should I delete all “Enrollment” records related […]
What is GraphQL GraphQL is a powerful, expressive query language for APIs, as well as a runtime for using existing data to respond to these queries. Often viewed as the successor to REST APIs, it provides a concise and easily human-readable interface for querying your API for data and tasks. GraphQL offers a number of […]
Gather Your Media Files Collect the media files you wish to upload to your website. Typically, it is advisable to use JPEG or WEBP files if you are uploading images, as these are typically smaller and more SEO-friendly than other file types. Locate the Media Tab Begin by logging in to an account that has […]