Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
google-api-python-client
/
98b51f044ede8b9b24e584ab9680e3f35f4bd469
/
.
/
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