Don’t Die Trying With Django Forms Forms are the best way to receive, process and save structured data from clients. Django offers tools to make this process easier, even though, some people die trying. With HTML forms, you have to set... Jun 10, 2022
Saleor and AWS S3: Files with custom ACL and how to disable files overwriting As you might know, Saleor is an open source storefront, that features out-of-the-box solutions to manage an e-commerce platform. Saleor is developed with Django, and a lot of projects use it as a base... Jun 10, 2022
Move and Rename objects within an S3 Bucket using Boto 3 Let’s suppose you are building an app that manages the files that you have on an AWS bucket. You decided to go with Python 3 and use the popular Boto 3 library, which in fact is the library used by AW... Jun 10, 2022
Pytest beginners guide Introduction In this guide, you will learn how to get started with pytest. Before we start you should be already familiar with unitary tests and why they are important. The goal of this article is to ... Jun 8, 2022