summaryrefslogtreecommitdiff
path: root/extras/appengine/README
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2009-04-03 21:26:42 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2009-04-03 21:26:42 +0200
commit361122eb22d5681c58dac731009e4814b3dd5fa5 (patch)
treeb096496bc9c6b8febe092d0aefd56de1a4f8f4a0 /extras/appengine/README
downloadsqlparse-361122eb22d5681c58dac731009e4814b3dd5fa5.tar.gz
Initial import.
Diffstat (limited to 'extras/appengine/README')
-rw-r--r--extras/appengine/README22
1 files changed, 22 insertions, 0 deletions
diff --git a/extras/appengine/README b/extras/appengine/README
new file mode 100644
index 0000000..4762faa
--- /dev/null
+++ b/extras/appengine/README
@@ -0,0 +1,22 @@
+gae-sqlformat - An SQL formatting tool runnging on App Engine
+=============================================================
+
+
+To set up this application run
+
+ make all
+
+This command fetches Django from Subversion and symlinks Pygments
+and sqlparse. Note: You'll need Pygments installed somewhere in your
+PYTHONPATH.
+
+For a manual setup have a look at the Makefile ;-)
+
+
+To run the development server run
+
+ make serve
+
+
+Homepage: http://sqlformat.appspot.com
+