Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 470 Bytes

File metadata and controls

35 lines (24 loc) · 470 Bytes

Django Tutorial

Implementing Django Tutorial v6

Requisitos

  • Docker

Test

Test suite

make test

Test coverage

make test-cov

Development Server

make docker-up

http://localhost:8000

Commands

Makefile has the main commands to run your app. To use this make command args

make makemigrations polls
make test-cov polls