su27 / gae-dj

An interface for cross-domain javascript to query/save data from/to google app engine

This URL has Read+Write access

gae-dj / Makefile
100644 11 lines (7 sloc) 0.223 kb
1
2
3
4
5
6
7
8
9
10
11
.PHONY: all up
 
all:
sed -i 's/localhost:8080/hellodj.appspot.com/' static/gae-dj.js
 
up:all
python ../appcfg.py --email=damn.su@gmail.com update .
 
debug:
sed -i 's/hellodj.appspot.com/localhost:8080/' static/gae-dj.js