Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 351 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 351 Bytes

django_template

install

# in your virtual environment
pip install -U pip pip-tools

make deps

run

# up database
docker-compose up -d

# run migrations
cd src && ./manage.py migrate

# run server
make start

extra

See Makefile for more commands, or how to run any command if you don't have make installed.