Commit ffa0bd75 authored by David Danier's avatar David Danier 🚀
Browse files

Update 03_common_tasks.md - adding test/link tasks

parent 7c46d1e1
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -65,6 +65,16 @@ Execute a development shell for the project. May differ based on the project.
most commonly start a docker shell (like `docker-compose run --rm web /bin/bash --login`). We use `b5 django:shell`
instead. This behavior is true for other frameworks providing its own development shell, too.   

## Testing

### test

Will exeecute the test suite.

### lint

Will execute the linter and give you details if anything does not follow the coding guidelines.

## Deployment

### deploy