diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2009-04-07 20:12:29 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2009-04-07 20:12:29 +0200 |
| commit | ee53fff880c84a0f15afbd339721a78086ed70dd (patch) | |
| tree | 063848f7f7b11b3c908b1b609b5392cdda9c1c48 /extras/appengine | |
| parent | 9c6bf848ddc4a1b271f7a43715d856a4fd902c73 (diff) | |
| download | sqlparse-ee53fff880c84a0f15afbd339721a78086ed70dd.tar.gz | |
Server docs from sqlformat.appspot.com
Diffstat (limited to 'extras/appengine')
| -rw-r--r-- | extras/appengine/Makefile | 5 | ||||
| -rw-r--r-- | extras/appengine/app.yaml | 3 | ||||
| -rwxr-xr-x | extras/appengine/make_release.sh | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/extras/appengine/Makefile b/extras/appengine/Makefile index 28380cf..eb6dfea 100644 --- a/extras/appengine/Makefile +++ b/extras/appengine/Makefile @@ -39,7 +39,10 @@ update_indexes: vacuum_indexes: $(APPCFG) vacuum_indexes . -all: django pygments sqlparse +all: django pygments sqlparse api + +api: + ln -s ../../docs/build/html api django: svn co http://code.djangoproject.com/svn/django/trunk/django diff --git a/extras/appengine/app.yaml b/extras/appengine/app.yaml index 6aa08b2..2675326 100644 --- a/extras/appengine/app.yaml +++ b/extras/appengine/app.yaml @@ -23,5 +23,8 @@ handlers: - url: /static static_dir: static +- url: /sqlparse-api + static_dir: api + - url: .* script: main.py diff --git a/extras/appengine/make_release.sh b/extras/appengine/make_release.sh index adb8a5c..956230c 100755 --- a/extras/appengine/make_release.sh +++ b/extras/appengine/make_release.sh @@ -22,7 +22,7 @@ rm -rf $ZIPFILE # - contrib/gis/ and related files because it's huge and unneeded. # - *.po and *.mo files because they are bulky and unneeded. # - *.pyc and *.pyo because they aren't used by App Engine anyway. -zip -q $ZIPFILE `find django/ \ +zip -q $ZIPFILE `find django \ -name .svn -prune -o \ -name gis -prune -o \ -name admin -prune -o \ |
