Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
google-api-python-client
/
3f7aa7bf5326412d09edf69f292a68d4e74b73a0
/
.
/
samples
/
django_sample
/
Makefile
blob: 35d29f048e25606dbbe13b4c9310479605f3d13a [
file
] [
log
] [
blame
]
pip
:
@pip
install
-
r requirements
.
txt
syncdb
:
@python
manage
.
py syncdb
run
:
@python
manage
.
py runserver
0.0
.
0.0
:
8000
setup
:
pip syncdb run
shell
:
@python
manage
.
py shell
test
:
@python
manage
.
py test