Commit 1c085cf8 by Őry Máté

cloud: Makefile for use after pull

parent 79b712a8
SHELL := /bin/bash
all: migrate collectstatic mo restart
migrate:
./manage.py migrate
collectstatic:
./manage.py collectstatic --noinput
mo:
for i in */; do cd $$i; ../manage.py compilemessages || true; cd ..; done
restart:
sudo /etc/init.d/apache2 reload
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