# 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.

- 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.

- Added project through git.

- Create a django hello world application.

- Push the django application to github. To get the git repo URL.
- 
- Now, on openshift web console. Fill the project details. Deploy the application.
- 