Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 986 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 986 Bytes

Django Test Driven Development Project (Django TDD)

CircleCI

Motivation

This project is focused on describing how to integrate a Django Project with CircleCI continous integration tool. After passing all test, it has been defined a deployment on Heroku.

Therefore, the application latest successful deployment covering all test can be found here.

Getting Started

To copy the project you only need to fork it or download it into your local machine.

Installing

The project is a Django project. Thus, you have to have Django installed in the local machine. The instructions for installing Django can be found here.