

The rest of the guide will follow from the Deployment Guide given above


The main purpose of the tutorial is to connect and perform the SQL commands, not deploy the website, but the deployment is really important so I'll give one of my most recommended deployment guide I found by Gani Ilham Irsyadi. With that out of the way, let's begin the tutorial There is NO guarantee that this is the correct way.Įxpect some mistakes here and there and I do not take any responsibility for issues such as SQL injections This tutorial is in no way used for official web production and is aimed purely for educational or trying-out purposes. The reader is also expected to have PostgreSQL, Python, and other necessary components such as Git and Heroku CLI installed on the computer to run the necessary commands. The reader is expected to have some basic knowledge of GitHub/GitLab, Heroku, Django, PostgreSQL and Web Development (HTML, CSS, Deployment). If you're using Linux or MacOS, I'm sorry since I don't have any of those devices to test the commands :( The original aim was for Universitas Indonesia's Faculty of Computer Science students who are currently taking the Database (Basis Data) course, which, if nothing changed on the curriculum, has an assignment which requires you to create a web-app using Django on Heroku and perform raw SQL command without using ORM (Django's Models for example) This simple tutorial is aimed mainly for people who wants to try to connect their deployed Django web application on Heroku to Heroku's Postgres Database add-ons, and to perform raw SQL commands. Please proceed whilst making adjustment based on this information.
#Sql tabs not connecting to heroku for free
Since Heroku has changed their policy for free plans, some part of this tutorial might be obsolete since this tutorial relies on their free plan.
