Django and Flask are two of the most popular Python web frameworks. In this article, we’re going to review their main strengths and weaknesses to help you decide which one is a better fit for your project. Django Approach Django opts for an all batteries-included approach. From a powerful ORM to an authentication
Category: Open Source
At Rootstrap we work with many initiatives, one of them is the Open Source one. The main goal in this case, is to analyze, maintain and develop open source software (OSS). In this blog post I’m going to talk about a particular project named Django Drip Campaigns and how was
Working with large controllers How many times have you encountered large controller methods? If you are lucky like me, probably many times. One of the most common practices to start refactoring a long controller is to move the code to a service. Services are great, and if we code them in an