Poetry is a relatively new packagin and dependency manager. It makes it very easy upload libraries to PyPI, manage dependencies visually, and has a couple of handy features. Today, I’m not going to do a deep dive on how Poetry works and all it’s features…. Read more
Similar
In a previous blog post, we explained how we enhanced a Django application to make it compatible with a wide range of Python/Django versions. In this blog post, we explain how we deployed a demo application on Heroku. (more…)
Read more »
This is the first technical section in the Modern Django guide. Here we will walk through the setup, installation and creation of a Django project. We will also create a GitHub repository for this… (more…)
Read more »
In this article we’ll go over how to handle webhooks using Django, create a webhook in GitHub, and test the webhook on your local machine…...
Read more »
Learn how to build and deploy a Django API and set up a continuous integration and delivery pipeline using Semaphore and Heroku. (more…)
Read more »