# django
How to deploy your django app to heroku
In this tutorial we are going to cover how you can deploy a django appliction to heroku web services. The easiest way to deploy a Django application on Herkou
LinkHow to connect your django application to PostgreSQL using docker
In this tutorial we are going to learn how to connect Django applicaiton to a PostgreSQL database using Docker container while developing the django application.
Link