group: add __unicode__.
[xnet] / Makefile
CommitLineData
74a237a6 1MANAGE_PY = python manage.py
33234b2f
RB
2
3
4default: all
5
6
7all:
8
9
10run:
11 $(MANAGE_PY) runserver
12
13
14test:
15 $(MANAGE_PY) test example
d48fdabf
RB
16
17resetdb:
18 rm -f xnet/db.sqlite
19 $(MANAGE_PY) syncdb --noinput