Convert to museum of first edition.
[turniej.git] / Makefile
1 .PHONY: deploy
2
3
4 deploy: src/core/localsettings.py
5         pip install -r requirements.txt
6         src/manage.py migrate --noinput
7         src/manage.py collectstatic --noinput