# Deploying django application on openshift online - Sign Up on openshift website. Go onto openshift online. - It would open an openshift web console. - To create a project in your namespace. On top left corner instead of administrator select developer. ![](https://i.imgur.com/WvELhln.png) - Navigate to Home -> Projects. Select create project or your existing project. Here my project name is hello-world-01. - Then select a method for adding to your project then follow the workflow. ![](https://i.imgur.com/BAYgSG7.png) - Added project through git. ![](https://i.imgur.com/BGrEPVJ.png) - Create a django hello world application. ![](https://i.imgur.com/oOL9KOl.png) - Push the django application to github. To get the git repo URL. - ![](https://i.imgur.com/EMg5KGz.png) - Now, on openshift web console. Fill the project details. Deploy the application. - ![](https://i.imgur.com/1yNNKur.png)