Commit 0786f388 by Őry Máté

more advanced Makefile

parent a6e5fe40
SHELL := /bin/bash
all: migrate collectstatic mo restart
default: migrate collectstatic mo restart
pull: default
git pull
po:
for i in */; do cd $$i; ../manage.py makemessages --all || true; cd ..; done
migrate:
./manage.py migrate
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment