Sign in
chromium
/
external
/
github.com
/
google
/
google-api-python-client
/
refs/heads/release-google-api-python-client-0.1.0
/
.
/
samples
/
django_sample
/
Makefile
blob: 35d29f048e25606dbbe13b4c9310479605f3d13a [
file
] [
log
] [
blame
] [
edit
]
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