Authentication credentials between your site and your end users must be secret. Is your site secure enough? One important step is to use HTTPS everywhere in your Django website, and in this post we will show you how to implement it. In particular, if you are deploying your App on Heroku, don’t miss this post 😉 Marina…
Category: Heroku
PostgreSQL on Heroku and the pgbackup add-on
In this post you will learn to configure and use PostreSQL in your Heroku app. Moreover, you’ll learn how to perform database backups using the PG Backups add-on. Marina MeleMarina Mele has experience in artificial intelligence implementation and has led tech teams for over a decade. On her personal blog (marinamele.com), she writes about personal growth,…
Install Celery with Django on Heroku and create a Periodic Task
Previously, I wrote about How to install Celery on Django and Create a Periodic Task. This post extends that post to the particular case of how to install it on Heroku. You can also know more about how to deploy a Django app on Heroku. Marina MeleMarina Mele has experience in artificial intelligence implementation and has…
How to deploy a Django app on Heroku. Part IV
This is the fourth part of a series on how to deploy a Django app on Heroku. How to deploy a Django app on Heroku. Part I. How to deploy a Django app on Heroku. Part II. How to deploy a Django app on Heroku. Part III. You will see that the main idea behind…
How to access multiple Heroku accounts from one Computer
Today I run into some trouble when I tried to access another Heroku account from my computer. After some research, I discovered the heroku-accounts plugin, which completely solved my problem! 🙂 Let’s see how it works… Marina MeleMarina Mele has experience in artificial intelligence implementation and has led tech teams for over a decade. On her…
How to deploy a Django app on Heroku. Part III
This is the third part of a series on how to deploy a Django app on Heroku. How to deploy a Django app on Heroku. Part I. How to deploy a Django app on Heroku. Part II. You will see that the main idea behind these posts is not to build a functional Django app….
How to deploy a Django app on Heroku. Part II
This is the second part of a series on how to deploy a Django app on Heroku. If you haven’t looked at the first part, you might want to do it now. Go to How to deploy a Django app on Heroku. Part I. You will see that the main idea behind these posts is not…
How to deploy a Django app on Heroku. Part I
This post is the first post of a series on how to deploy a Django project on Heroku. You will see that the main idea behind these posts is not to build a functional Django app. Instead, what I want to do is to give you a bunch of good practices on how to build…