accounts - add user models
[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
4d594f44
AD
13shell:
14 $(MANAGE_PY) shell
33234b2f
RB
15
16test:
53722fb0 17 $(MANAGE_PY) test example accounts site
d48fdabf
RB
18
19resetdb:
20 rm -f xnet/db.sqlite
21 $(MANAGE_PY) syncdb --noinput