UNC BACS 350

Web Apps with Python/Django

Logo

Lesson 8 - Development Workflow

LEARN & BUILD

Application Launch

Short-cuts

Development Workflow

Pull code

Before you start working

$ git pull

Make changes

Test changes

Commit changes

Commit and push each hour

$ git add .

$ git commit -m "Did some things"

$ git push

Deploy

Do not change files on server

Single command deploy

$ git pull

Restart the server